/* Rules for the page layout */
body {
    font-family: arial;
    font-size: 15px;
}

#browser-compatibility {
    display: none;
    position: absolute;
    width: 275px;
    margin-top: -58px;
    margin-left: -137px;
    top: 40%;
    left: 50%;
    background: white;
    text-align: center;
}

.about {
    position: absolute;
    bottom: 0;
}

