.contact-page{font-family:Shippori Mincho B1,serif}.contact-page h1{font-family:Cormorant Garamond,serif;font-weight:400;text-align:center;margin:3rem 0}.contact-page input[type=email],.contact-page input[type=text],.contact-page textarea{width:100%;font-family:inherit;font-size:1.5rem;padding:.4rem .6rem;margin:.4rem 0 2rem;box-sizing:border-box;border:1px solid gray;border-radius:.5rem}.contact-page label{font-family:Cormorant Garamond,serif;font-size:2rem}.contact-page button{font-family:Cormorant Garamond,serif;width:100%;border:none;padding:.5rem 2rem;font-size:1.6rem;font-family:inherit;color:#fff;background-color:#313a45;transition-duration:.4s;border-radius:5px;margin-bottom:5rem}.contact-page button:hover{transition:all .4s;background-color:#fe5fac;color:#fff;cursor:pointer}.contact-page button:disabled{background-color:#313a45;color:#fe5fac;cursor:progress}