body {
    background-image: url("images/jelly.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
  h1 {
    color: rgb(227, 41, 41);
    margin-left: 20px;
    text-align: center;
    font-size:250%;
  }
  p {
    color: rgb(9, 8, 8);
    margin-left: 20px;
    text-align: left;
    font-size:150%;
  } 
.msgBox{
    margin: 0 auto;
    width: 75%padding: 15px;
    border-radius: 15px;
  }
.error{
    border: solid rgb(241, 53, 53) thin;
    background-color: rgb(238, 174, 174);
}