*{
    box-sizing: border-box;
}
body{
    box-shadow: 0px  2px  4px #00000052;
     border-radius: 1rem;
   background-color: rgba(255, 192, 203, 0.685) ;
 
}
header{
  
    align-content: center;
    margin-bottom: 5px;
    padding :1rem;
    /* display: flex; */
    background-color: #fff;
}
h1{
    font-family:'Times New Roman', Times, serif;
    font-size:larger;

}
h2{
text-align: center;
}
main{
 background-color:#fff;
 justify-items: center;
    padding: 1rem;
}
 
form {
    width: 100%;
}
.B-info{
    margin-bottom:5px; 
}
    

p{
    align-content: center;
    width: 100%;
}

input {
    width: 100%;
        background: transparent ;
        outline-style: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid #000000 1px;
        /* box-shadow: 0 0 0; */
        
}

.final{
display: flex;
align-items: center;
justify-content: space-between;
}
.submit{
 width: 4rem;
 background-color: rgba(255, 0, 0, 0.603);
 margin: 10px;
 border: none;
}

.reset{
    background-color:rgba(255, 0, 0, 0.603);;
    width: 4rem;
    border: none;
}

