body {
    background-color: lightblue;
    background-image: url('\css\images\jelly_bean_image.JPG');/*not working*/
    background-repeat: no-repeat;
    background-position: right top;
  }
  
  h1 {
    color: red;
    margin-left: 20px;
    text-align: center;
  }
  .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);
}
.caution{
    border: solid rgb(255, 166, 0) thin;
    background-color: rgb(255, 229, 196);
}
.msgBox h2{
    font-size: 40px;
    margin-left:50x;
}