.container-fluid, #notification {
    background-color: #e6e8b3;
    min-height: 100%;
}

.content, #title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#title {
    font-family: "Georgia", serif;
    font-size: 40px;
    margin-top: 0em;
}

#notification {
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    width: 500px;
    font-size: 20px;
}

#stats {
    float: right;
    border: solid;
    height: 175px;
    width: 175px;
    
    align-items: center;
    text-align: center;
}

#top {
    display: flex;
    flex-direction: column;
    align-items: center;
}