body{
    background-color: chocolate;
}
h1{
    text-align:  center ;
    font-family: 'Times New Roman', serif;
    font-size :20px ;
}
p{
    font-size : 15px ;
    font-family : 'Times New Roman', serif
}
button{
    background-color : gray;
    color : white ;
    font-size : 15px ;
    border: 3px solid brown;
    height : 200px ;
    width : 150px ;
    margin : 0px 20px

}
.h{
    display : flex ;
    align-items : right  ;

    
}
.h1{
    margin :  0px 20px  ;

}
.h3{
    margin : 0px 20px ;
    float : right ;
    
}
