body {
    width: 310px;
    margin: auto;
    border: 10px solid black;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: larger;
    background-color: aquamarine;
}
.flex-container {
    padding: 20px;
    display: flex;
    align-content: center;
    flex-direction: column;
    background-color: white;
    /*This is to make the inside of the box white while the outside is aqua*/
}
.title {
    color: navy;
}