* {
    font-family: Comfortaa, Arial, sans-serif;
    font-size: 12px;
}

body {
    background: linear-gradient(90deg, #ffffff 20px, transparent 1%) center, linear-gradient(#ffffff 20px, transparent 1%) center, #cccccc;
    background-size: 22px 22px;
}

h1 {
    color: #f7a600;
    font-size: 8rem;
}

p, a {
    font-size: 2rem;
}

a {
    color: #003360;
    text-decoration: none;
}

.center-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
