*{
margin: 0px;
padding: 0px;
font-family: 'Quicksand light', sans-serif;
box-sizing: border-box;
}
body{
text-align: center;
}
#main{
  max-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}
h1{
font-size: 13px;	
color:#ffffff;
font-family: 'BM DoHyeon', sans-serif;
}
h2{
font-size: 15px;	
color: black;
font-family: 'Quicksand light', sans-serif;
}
h3{
font-size: 12px;	
color: white;
font-family: 'Quicksand light', sans-serif;
}
a{
font-size: 13px;	
color:#59b5b4;
font-family: 'BM DoHyeon', sans-serif;
font-weight: bolder;
}
a:hover{
color: #2bb9e4;
}
a:link{
text-decoration: none;
}
a:visited{
color: #ffffff;
}
img {
height: 53%;
}
@media only screen and (max-width: 850px) {
  /* For mobile phones: */
  img {
    max-height : 80vmin;
  }
}
footer{
position: absolute;
background-color: #0f0f0f;
bottom: 0px;
width: 100%;
padding-top: 0px;
height: 120px;
}