html {text-align: center;
  background:green;

}

header{
  
  background-color:green;
  font-size:45px;
  color:blue;
}

nav {
display: inherit;
position: relative;
width: auto;
padding: 15px;
background: gray;
font-size: 20px;
}

.link {
color: blue;
text-decoration: none;

}

.link:hover {
color: white;
transition: .2s;
background: black;
padding: 15px;
}

#image {
  margin-right: inherit;
  border-radius:50%;


}
i {
  font-size: 40px;
}

main {
  display: flex;
}

div {
  flex: 1;
}

.ack {
  background-color: green;

}
#images{
  background-image: Atlanta town;

}

.backgroung-wrap {
position:fixed;
z-index: -1000;
width: 100%;
height: 100%;
overflow:hidden;
top: 0;
left: 0;
}

#video-bg-elem {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
min-width: 100%;
}
.address{
color:white;

}
.african{
  color:white;
}
