@charset "UTF-8";
/* CSS Document */

body{
  background:#241D13;
  color: #F7EEE6;
}
a{
  color: #F7EEE6;
}
#box_header{
  min-width:initial;
  padding-top: 20px;
}
.box_top{  
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.box_insta{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box_insta{
  max-width: 200px;
}
#footer{
  background: transparent;
  min-width:initial;
}
#copyright{
  background: transparent;
}

@media screen and (max-width: 640px){
  
}