body {
    background-color: #6699CC;
    margin: 0;
}


#title {
    font-family: "Georgia", "serif";
    text-align: center;
    color: rgb(255, 183, 0);
    border-radius: 1rem;
    font-size: min(12rem, 15vw);
    box-sizing: border-box;
    text-wrap: nowrap;
    margin: min(15rem, 20vw) 0 min(5rem, 10vw) 0;
    view-transition-name: title-transition;
}

.buttons {
    display: flex;
    justify-content: center;
}

#play {
    padding-left: 2.5rem;
    padding-right: 2rem;
    /* padding-top:  */
    text-align: center;
    font-size: min(5rem, 8vw);
    background-color: rgb(237, 141, 237);
    border-color: green;
    border-radius: 20rem;
    border-width: 0rem;
    font-family: Snell Roundhand, cursive;
    cursor: pointer;
    text-decoration: none;
    color: black;
    text-wrap: nowrap;
}