body {
    background-image: url('tile.png');
    background-repeat: repeat;
    background-size: 250px 250px;
    margin: 0;
    height: 100vh;
    background-color: #ffda46;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

main {
    max-width: min(95%, 600px);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    margin: auto;
    max-width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.description {
    text-align: center;
    font-size: 1.4rem;
}