* {
    margin: 0;
}

a {
    text-decoration: none;
    color: #f295a8;
}

html {
    background-color: #6f1023;
    color: white;
    color: #e9daca;
    font-family: "Red Hat Display", sans-serif;
}

#titlediv {
    margin-top: 30px;
    text-align: center;
}

#titlediv h1 {
    font-size: 2.5em;
}

#titlediv h2 {
    margin-top: -8px;
    font-size: 2.1em;
}

#logodiv {
    margin-top: 20px;
}

#textdiv {
    margin-top: 30px;
}

.maindivsize {
    /* border: 2px solid orange; */
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#deckchairlogo {
    width: 300px;
    border-radius: 100%;
}