button{
    position: relative;
    top: 40%;
    
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-color: none;
    background-color: palevioletred;
    color: white;
    font-size: 3rem;


}
input{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: rgb(251, 201, 217);
    color: rgb(0, 0, 0);
    font-size: 1.5rem;

}