html,body{
  background-image:url("img/header.png");
  background-size: cover;
  min-width: 100%;
}
body{
  font-family: "vdl-megamaru", sans-serif;
font-weight: 400;
font-style: normal;

}
.carousel-item img{
  width: 167px;
  height: 250px;
}
.info img{
  width: 100px;
}
/* navbar */
/* aside */
.container-fluid{
  padding: 0;
}
.aside{
  background-color: aliceblue;
  position: sticky;
  top:0;
  left: 0;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 1rem;
  z-index: 10;
}
.menu img{
  width: 30px;
}
/* main */
h1{
  padding:0.5rem;
  color: aliceblue;
  background-color: rgb(99, 102, 104);
}
.main{
  text-align: center;
  height: 100%;
}
/* table */
.profile{
  text-align: center;
}
table,.career{
  display: block;
  margin: auto;
  padding: 2rem;
  width: 70%;
  background-color: aliceblue;
}
.sns{
  margin: 1rem auto;
  width: 80%;
}
.insta{
  display: flex;
  justify-content: center;
}
/* footer */
.footer{
  background-color: aliceblue;
  text-align: center;
}
/* gallery */
.gallery-img img{
  width: 300px;
  height: 450px;
}
/* info */
.info{
  display:flex;
  align-items : center;
  justify-content: center;
  width: 80%;
  background-color: aliceblue;
  margin: auto;
}
.info img{
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

@media(max-width:576px) {
  body{
    width: 100%;
  }
  .aside{
    display: none;
  }
table,.career,.info{
    width: 100%;
    margin: 0;
  }
}
@media(min-width:577px){
  .navbar-button,.navbar-collapse,.navbar-nav{
    display: none;
  }
}
