body {
    color: #333;
    margin: 0;
    background-color: #f6efedff;
    font-family: 'Playfair Display', serif;
}

header {
    text-align: center;
    padding: 30px;
    font-size: 60px;
}

.hidden {
    display: none;
}

main {
    font-size: 18px;
    max-width: 500px;
    margin: 20vh auto 0;
    text-align: center;
}

button {
    border-radius: 54px;
    border: none;
    height: 54px;
    width: 54px;
    background-color: #333;
    color: white;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
}

button:hover {
    background-color: white;
    color: #333;
}

input {
    margin-top: 40px;
    font-size: inherit;
}
