*{
  font-family:Arial, Helvetica, sans-serif;
  justify-content: center;
  color: seashell;
}

body{
  margin: 0;
  padding: 0;
  background-color: black;
  justify-content: center;
  align-items: center;
}

#nav{
  width: 90%;
  height: 69px;
  margin-left: 5%;
  border-bottom: 1px solid seashell;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: black;
  align-items: center;
  top: 0;
  font-size: 22px;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

li{
  text-decoration: underline;
  margin-left: 20px
}

#header{ 
  justify-content: center;
}

#intro{
  width: 80%;
  height: 700px;
  background-color: pink;
  margin-top: 70px;
  margin-left: 10%;
  background-image: url("https://content.codecademy.com/courses/freelance-1/unit-4/img-mission-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  align-items: center;
}

#filler{
  width: 1200px;
  height: 300px;
}

#mission{
  max-height: 90px;
  width: 100%;
  background-color: black;
}

#totm{
  text-align: center;
  margin-top: 50px;
}

#varients{
  display: flex;
  max-width: 70%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 15%;
  text-align: center;
}

#container{
  width: 80%;
  height: 500px;
  background-image: url(https://content.codecademy.com/courses/freelance-1/unit-4/img-locations-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10%;
  text-align: center;
  margin-top: 50px;
}

#locations{
  
  display: flex;
}

.location{
  width: 300px;
  height: 200px;
  margin: 10px;
  background-color: black;
  
}

#footer{
  width: 100%;
  height: 200px;
}

.center{
  text-align: center;
}
