.errorText {
    color: red;
    font-weight: bold;
  }

.makeRed{
    border-color: red;
}

.end {
    text-align: center;
}

body {
    font-family: sans-serif;
    background-color: lightskyblue;
}
.myForm {
    background-color: lightyellow;
}

