body {
    background-color:  #F4F4F4;
width:100%;
    margin: 0;
}
#head-container{
    width:100%;
    height:285px;
    background-color: #6943FF;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly ;
    align-items: center;
    color:#FFFFFF;
    flex-wrap: nowrap;
    margin-bottom:30px;
}
input{
    width: 117px;
height: 83px;
background-color: inherit;
border-radius: 5px;
border: 2px solid #B295FF;
text-align: center;
font-weight: 800;
font-size: 58px;
color:white;
}
button{
 
    background-color: white;
    color:#3D3D3D;
    
width: 117px;
height: 42px;
border: white;
border-radius: 5px;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.containers{
width: 500px;
height: 108px;
top: 321px;
left: 25px;
border-top-left-radius: 4.68px;
background-color: white;
margin-bottom: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: flex-start;


}
.containers div{
    width:80%;
    padding:10px 0px;
    height: 60%;
}
.containers div h3{
    color:#5A537B;
}
.containers div p{
    color:#353535;
}