html {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0;
    font-size: 32px;
    width: 100%;
    height: 100%;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div[class="hours"] { text-align: center; }
div[class="logo"] { text-align: center; }
div[class="links"] img { width: 48px; margin: 15px; }