@font-face {
    font-family: "HKGrotesk";
    src: url("/assets/fonts/HKGrotesk/HKGrotesk-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HKGrotesk";
    src: url("/assets/fonts/HKGrotesk/HKGrotesk-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HKGrotesk";
    src: url("/assets/fonts/HKGrotesk/HKGrotesk-MediumItalic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "UnifrakturCook";
    src: url("/assets/fonts/UnifrakturCook/UnifrakturCook-Bold.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

crypt {
    display: block;
    width: 30em;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

#email,
#message {
    width: calc(100% - 1.25em);
    margin-left: 0em;
    margin-right: 0.75em;
}

#email,
#message,
#security-code {
    font-size: 1.2em;
    padding: 0.5em;
}

input[type="submit"] {
    background-color: transparent;
    color: black;
    border: 3px solid white;
    border-radius: 8px;
    font-size: 1.5em;
    padding: 0.25em 0.5em;
}

input[type="submit"]:hover {
    border: 3px solid black;
    background-color: black;
    color: #ffe224ff;
}

input,
textarea,
button {
    border: none;
    outline: none;
    box-shadow: none;
}

p,
form,
label,
input,
textarea {
    font-family: "HKGrotesk", sans-serif;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "UnifrakturCook", serif;
    font-size: 5em;
    color: white;
    translate: 0 0.34em;
}

#box {
    border: 3px solid white;
    border-radius: 8px;
    padding: 1em;
}

#box > p:first-child {
    margin-top: 0;
}
