body{
    background:lightcoral;
    font-family:sans-serif;
    display:flex;
    align-items: center;
    justify-content: center;
    
   
}

/* .container{ 
    background:lemonchiffon; 
    height:100vh; 
 
    display:flex;
    align-items: center;
    justify-content: space-evenly;
   
   
 } */


.box{
    background:white;
    border: 3px soild black;
    /* display:flex;
    align-items: center;
    justify-content:center; */
    padding:10px;
    margin: 10px;
    border: 1px solid;
   
}
p{
    font-size:19px;
    /* color:black; */
   /* background-color:blanchedalmond; */
   /* border: 5px solid; */
   
}


h1{
    font-size:25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal;
}
h2{
    font-size:25px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal;
}