body {
    background-color: red;
}
main {
    text-align: center;
    justify-content: center;
    width: 50%;
    border: 2px black;
    background-color: whitesmoke;
    border-radius: 25px;
    border-width: 2px;
    padding: 25px;
}