
html {
    background-color: #E6EAEF;
    /*background-color: #DEE6E6;*/ Grey
    color: black;
}

div.logo {
    display: block;
    position: absolute;
    background-image: url('/resources/images/logo-ab.png');
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

div.logo.main {
    top: calc(5% + 100px);
    left: calc((100% - 300px) / 2);
    width: 300px;
    height: 100px;
}

div.logo.corner {
    top: 18px;
    left: 20px;
    width: 180px;
    height: 80px;
}

div.moss {
    display: block;
    position: fixed;
/*
    top: 5%;
    left: calc((100% - 150px) / 2);
*/
    right: 10px;
    bottom: 10px;
    width: 30%;
    min-width: 257px;
    height: 60%;
    min-height: 338px;
    background-image: url('/resources/images/sheldon.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: blue;
}
