section{
    background: #d8e6cdd3;
    width: 850px;
    height: 250px;
    padding: 48px;
    margin-left: 150px;
}
h1{
    background-color: #ffefd6;
    margin-left: 150px;
    width: 850px;
}
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    margin-top: 45px;
    height: 90px;
}
.max{
   display:flex ;
}
.min {
   background-color: rgb(246, 243, 243);
   margin-left: 50px;
   width: 27%;
}
.p{
    background-color: rgb(190, 255, 255);
    margin-left: 150px;
    height: 350px;
    width: 850px;
    padding: 48px;
}
.input{
   text-align: center;
}
h4{
    font-size: 50px; 
    background-color: rgb(190, 255, 255);
    text-align: center;
    width: 800px;
}