p {
    font-family: 'Resamitz';
}

html {
    margin-left: 0;
    margin-right: 0;

    width: 100%;
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.body_content {
    width: 85%;

    padding-left: 5vw;

    background-color: white;
}

.section_header {
    font-family: 'Prida01';
    font-weight: 100;
}

.body_text {
    font-family: 'Resamitz';
}

.design_button {
    background: white;
    color: var(--tcotta);
    width: max-content;
    border: solid 1px black;
    border-radius: 10px;
    padding: 5px;
    font-family: 'Prida36';
    font-size: min(30px, 8vw);
}

.button_bar {
    display: flex;
    justify-content: center;
}

.email_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.input_label {
    font-family: 'Prida01';
    font-size: 20px;
}

.input_text {
    min-height: 30px;
    border-radius: 10px;
    max-width: 80vw;
}

.input_area {
    min-height: 60px;
    border-radius: 10px;
    max-width: 80vw;
}

.pad_email_form {
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
}

.submit_email {
    background: white;
    color: var(--tcotta);
    width: max-content;
    height: 35px;
    border: solid 1px black;
    border-radius: 10px;
    font-family: 'Prida36';
    font-size: 30px;
}


.email_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.input_label {
    font-family: 'Prida01';
    font-size: 20px;
}

.input_text {
    min-height: 30px;
    border-radius: 10px;

}

.input_area {
    min-height: 60px;
    border-radius: 10px;
}

.pad_email_form {
    margin-left: auto;
    margin-right: auto;
}

.submit_email {
    background: white;
    color: var(--tcotta);
    width: max-content;
    height: 35px;
    border: solid 1px black;
    border-radius: 10px;
    font-family: 'Prida36';
    font-size: 30px;
}