body, html {
    height: 100%;
    margin: 0;
    overflow: hidden; /* Prevents scrollbars */
    background-color: #f0f0f0;
}

#domain {
    position: absolute;
    font-size: 4em;
    font-weight: bold;
}
