body{
    background-color: #f0f4dc;
}
.box{
    width: 75%;
    height: 140vw;
    background-color: rgb(151, 188, 173);
    position: relative;
    margin: 25vh auto;
    border: 1px #000 solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
h2{
    font-family: "Lalezar", cursive;
    text-align: center;
}
.email,p{
    font-family: "Lalezar", cursive;
    text-align: center;
}
.rams{
    font-family: "Lalezar", cursive;
    text-align: center;
}
input{
    font-family: "Lalezar", cursive;
    display: block;
    margin: 0px auto;
    direction: rtl;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
button{
    font-family: "Lalezar", cursive;
    display: block;
    margin: 0px auto;
    width: 80%;
    padding: 10px;
    margin-top: 2vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgb(141, 255, 209);
}
.vorod{
    font-family: "Lalezar", cursive;
    text-decoration: none;
    text-align: center;
    margin-top: 10vw;
    position: relative;
    height: 5vw;
    width: 97%;
    background-color: chartreuse;
    border: 1px #000 solid;
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.vo{
    text-align: center;
    position: absolute;
    font-family: "Lalezar", cursive;
    color: #000;
    text-decoration: none;
    right: 0;
    left: 0;
    margin-top: -4px;
}