html {
    height: 100%;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6baa8+0,e56a54+100 */
    background: #e6baa8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e6baa8 0%, #e56a54 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6baa8 0%, #e56a54 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6baa8 0%, #e56a54 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6baa8', endColorstr='#e56a54', GradientType=0);
    /* IE6-9 */




    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 60px;

    font-size: 11px;
}

#logo,
#logobyobadan {
    text-align: center;
}

#logo > img {
    max-width: 300px;
}

p,
h3 {
    text-align: center;
    color: #333333;

}

a,
a:hover {
    color: #333333;
}
