.contact-me-page{justify-content:center;align-items:center;min-height:100vh;margin:0 10px;display:flex}@media only screen and (max-width:440px){.contact-me-page{width:375px;min-height:100%;margin:10px auto}}.contact-me-page__card{border:1px solid var(--foreground);width:100%;max-width:600px;padding:10px}@media only screen and (max-width:460px){.contact-me-page__card{border-color:#0000}}.contact-me-page__card{border-radius:10px}@media only screen and (max-width:460px){.contact-me-page__card__header{flex-direction:column;align-items:center}}.contact-me-page__card__header{border-bottom:1px solid var(--foreground);justify-content:space-between;display:flex}.contact-me-page__card__header__title{font-size:1.5rem}.contact-me-page__card__header__action{color:var(--primary);font-size:1.5rem;text-decoration:underline}.contact-me-page__form{flex-direction:column;gap:20px;padding-top:20px;display:flex}.contact-me-page__form__block{flex-direction:column;gap:5px;display:flex}.contact-me-page__form__block input{border:1px solid var(--foreground);border-radius:5px;outline:none;padding:5px}.contact-me-page__form__block textarea{border:1px solid var(--foreground);resize:none;border-radius:5px;outline:none;padding:5px}.contact-me-page__form__block button{cursor:pointer;border:1px solid var(--foreground);border-radius:5px;padding:5px}.contact-me-page__form__block--recaptcha{justify-content:center;align-items:center;display:flex}
