
.form-design{
    background-color: rgb(132, 209, 240);
    border: 2px solid red;
    color: green;
    width: 450px;
    padding: 40px 40px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 650px;
    
    
}




.form-design input{
    width: 100%;
    padding-bottom: 16px;

}

.form-design button{
    width: 100%;
    padding: 16px 0;
    border: 2px solid red;
    margin-top: 10px;

}