body {
    background-color: lavenderblush;
}

.myForm {
    background-color: lightblue;
    text-align: center;
    outline: 5px solid black;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.center {
    text-align: center;
}

