#Reg{
    font-family: body;
    margin-top: 1%;
}
body{
    background-color: white;
}
h3{
    font-family: Lora;
    font-size: 34px;
    text-align: center;
}
.box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 1%;
}
div{
    width: 350px;
}
label{
    margin: 2% 0%;
}
button{
    margin: 2% 0%;
    width: 150px;
}
.country-code{
    width: 150px;
}
.ph{
    display:flex;
    flex-direction: row;
}

@media only screen and (max-width: 880px ){

footer{
    height:750px;
}
}