body, html{
    height: 100%;
    color: #231f20;
    margin: 0;
    font-family: "Cooper Hewitt Book";
}
.main{
    background-image: url(../img/bg.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.logo-title{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}
.logo-title .logo{

}
.logo-title .title{
    font-size: 75px;
    margin-top: 10px;
}
.bottom-panel{
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
}
.bottom-panel .desc{
    font-size: 20px;
    text-align: center;
    max-width: 470px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.bottom-panel .desc a{
    color: #a2612d;
    text-decoration: none;
}
@media screen and (max-width: 767px){
    .logo-title .title{
        font-size: 60px;
    }
    .bottom-panel .desc{
        font-size: 16px;
        max-width: 400px;
    }
}
@media screen and (max-width: 549px){
    .logo-title .title{
        font-size: 45px;
    }
    .bottom-panel .desc{
        font-size: 14px;
        max-width: 320px;
    }
}