body {
    background-color: black;
}

.content {
    border-radius: 10px;
    padding: 41px;
    background-color: antiquewhite;
    font-size: 20px;
    font-family: fantasy;
    color: blue;
    margin-top: 42px;
    text-align: center;
}