body {
    background-color: aquamarine;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 50px;
}