body {
    background-color: rgb(29, 29, 29);
    width: cover;
    margin: 0 auto;
    position: relative;
    top: center;
  }

  header{
    background-image: url(japan-background-digital-art.jpg);
    background-size: cover;
    color: rgb(32, 30, 30);
    padding: 1rem;
    text-align: center;
    font-size: 25px;
}
nav{
    padding: 15px 0;
}

nav ul{
  list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
    position: relative;
} 

nav a{
    color: #ffff;
    text-decoration: none;
    padding: -0.5rem 1;
    text-align: center;
    position: relative;
    left: 6rem;
}

nav a:hover{
    color: gray;
    
}
h1, nav a {
    text-shadow: 2px 2px 5px white;
}
.h1{
  color: #2c2a2a;
}
  
.center {
    display: table;
    width: 100%;
    height: 100vh;
}
  
#social-test {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    h2 {
      color:#2c2a2a;
      font-family: Futura, "Trebuchet MS", Arial, sans-serif;
      font-weight: 100;
    }
    .social {
      padding-left: 0px;
    }
    li {
      color: rgba(167, 146, 129, 0.6);
      list-style-type: none;
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 1%;
      border: 1px solid rgba(0, 0, 0, 0.676);
      cursor: pointer;
      margin-left: 10px;
      margin-bottom: 20px;
      transition: ease .3s;
      &:hover {
        color: #000;
        border: #000;
      }
    }
}
  
.social:hover > li {
    opacity: 0.5;
}
  
.social:hover > li:hover {
    opacity: 1;
}
h2{
    font-family: Arial, Helvetica, sans-serif;
}

  h1{
    color: white;
}

.fa-instagram{
    color: white;
}
.fa-youtube{
    color: white;
}
.fa-twitter{
    color: white;
}
.fa-facebook{
    color: white;
}
@media (max-width: 768px){
  #social-test{
    font-size: 2rem;
    padding: 1rem;
  .social{
    padding-left: 20px;
    text-align: center;
  }
   li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
  }
  } 
}
@media screen and (max-width: 900px) {
  nav{
     padding: 10px 0;
     flex-direction: column;
     align-items: center;
     

  }
  nav ul{
      flex-direction: column;
  }
  nav a{
      padding: 1.5rem 1rem;
      position: relative;
      left: 0rem;
  }
  section{
      padding: 1.5rem 5%;
  }
  section h2{
      font-size: 1.5rem;
  }
  section p{
      font-size: 1rem;
      pad: 0 10px;
  }
  section img{
      width: 100%;

  }
}
@media screen and (max-width: 900px){
  .pied{
      flex-direction: column;
      gap: 1rem;
      padding: 1rem 0s;
  }
 footer{
 font-size: 1rem;
  
 }
  .pied a{
      display: inline-block;
      padding: 0.2rem 0;
  }
}    