@charset "utf-8";
html body{
	margin: 0px;
    background-color: #C8C1A2;
    font-family: 'Barlow', sans-serif;
}

#container {
}
#logo_holder {
  position: absolute;
  width: 100%;
  text-align: center; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:100px;
}


#info_holder {
position: fixed;
    margin: auto;
    bottom: 50px;
    width: 100%;
    text-align: center;    

}


@media only screen and (max-width: 768px) {

#logo_holder {
  font-size:50px;
}



}