@import url('https://fonts.googleapis.com/css2?family=Allura&family=Archivo+Black&family=Bebas+Neue&family=Herr+Von+Muellerhoff&family=Sacramento&family=Shippori+Mincho&family=Waiting+for+the+Sunrise&display=swap');


body{
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    height: 100vh;
    font-family: "Shippori Mincho";
    margin: 0;
    text-size-adjust: none;
    overflow-x: hidden;
}
.title{
    text-align: center;
    font-size: 20px;
}
.sub{
    line-height: 2rem;
    margin: 8%;
    font-size: 14px;
}
.form-div{
    width: 100%;
}
input,textarea{
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
}
form{
    margin-top: 7vw;
    margin: 8%;
    padding-bottom: 22vw;
}
input{
    padding: 15px;
}
button{
    width: 100%;
    padding: 0.5rem;
    background: #5f5f5f;
    color: #fff;
    border: none;
    margin-top: 2rem;
}
.send_mail{
    margin-top: 4rem;
}
.text-inner,
button{
    font-size: 14px;
    font-family: "Shippori Mincho";
}

/* send page*/
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    text-align: center;   
    width: 84%; 
    font-size: 14px;            
}
.centered-text p{
    margin: 0;
}
.mb-2r{
    margin-bottom: 2rem !important;
}
