h1{
    font-size: 40px;
    height: 80px;
    width: 380px;    
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}
p{
    font-size: 18px;
}
.msgBox{
    margin: 20px auto;
    text-align: center;
    width: 75%;
    padding: 10px;
    border-radius: 15px;
}
.error{
    border: solid rgb(255, 1, 1) thin;
    background-color: rgb(255, 143, 143);
}
.caution{
    border: solid rgb(238, 255, 163) thin;
    background-color: rgb(255, 255, 89);
}
.msgBox h2{
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}
