main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: 'Fleur De Leah', cursive;
    font-size: 80px;
    color: rgb(29, 29, 29);
    font-weight: 400;
    position: relative;
    text-align: center;
    margin-top: 25px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: rgb(29, 29, 29);
    font-weight: 100;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: cornflowerblue;
}

p a:hover {
    text-decoration: underline;
}

footer {
    top: 100%;
    position: relative;
    height: 70px;
    background-color: black;
}

footer p {
    text-align: center;
    color: white;
    padding-top: 20px;
}

.message-box {
    border: 1px rgb(24, 24, 24);
    border-style: solid;
    width: 90%;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(252, 244, 227);
}

.message-box h2 {
    font-family: 'Fleur De Leah', cursive;
    font-weight: bold;
    font-size: 35px;
    color: rgb(29, 29, 29);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.message-box p {
    margin-top: 0px;
    font-size: 30px;
    font-style: italic;
}