html{
    height:100%;
}

body{
    max-width: 100%;
    overflow-x: hidden;
    font-size: 32px;
    color: #683c11;
    background: #eceed7;

    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #cbbba0 20%, #ffffff 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cbbba0 20%, #ffffff 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cbbba0 20%, #ffffff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbba0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 100%;
}

.logo{
    max-width: 600px;
    margin: auto;
    text-align: center;
}

a{
    color: #936037;
}