* {
    font-family: Candara;
    font-weight: bold;
    color: white;
}

body {
    background-color: #242733;
}

h1 {
    font-size: 50px;
}

.continueButton {
    display: inline-block;
    margin: auto;
    margin-top: 30px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    user-select: none;
    background-color: green;
    text-decoration: none;
    font-size: 30px;
}

.continueButton:active {
    background-color: rgb(0, 85, 0);
}

#inner {
    padding: 0 5%;
}

#outer {
    margin: auto;
    margin-top: 40px;
    width: 80%;
    padding: 30px;
    background-color: #35373b;
    border-radius: 15px;
}