.msgBox{
    margin:0 auto;
    width:75%;
    padding:15px;
    border-radius: 15px;
}
.error{
    border:solid rgb(255, 1, 1) thin;
    background-color: rgb(253,195,195);
}
.caution{
    border:solid rgb(255,166,0) thin;
    background-color:rgb(255,229,196);
}
.msgBox h2{
    font-size: 24px;
    margin-left: 50px;
}
