:root {
    --default_font: 'Figtree', Helvetica, sans-serif;
}

.content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50;
    padding: 20;
    background-color: #FFFFFF;
    min-height: calc(100% - 170px);
}

.sent_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 600;
    padding: 60;
    height: calc(100% - 100px);
    display: none;
    flex-direction: column;
}

input[type=text], input[type=email], select, textarea, select {
    width: 100%;

    padding: 12px;
    border: 0px solid white;
    border-radius: 10px;
    box-sizing: border-box;
    resize: vertical;
    font-family: var(--default_font);
    font-size: 15;
    display: block;
    margin-bottom: -20;
}

textarea {
    font-family: var(--default_font);
    display: block;
}

input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--default_font);
    font-weight: bold;
    font-size: 17;
    display: block;
    width: 140;
}

.section_title {
    font-family: var(--default_font);
    color: #001434;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    max-width: 600px;
    display: block;
}

.input_title {
    width: 100%;
    max-width: 600px;
    font-family: var(--default_font);
    color: #001434;
    font-size: 17px;
    margin-bottom: -10;
    display: block;
}

.sent_message {
    font-family: var(--default_font);
    display: none;
}

.info_message {
    font-family: var(--default_font);
    font-size: 14;
    width: 100%;
    max-width: 600px;
    color: #858585;
    line-height: 1.4;
    margin-top: 8;
}

.success_picture {
    font-size: 60px;
    margin-top: 60;
}

.success_title {
    font-family: var(--default_font);
    color: #001434;
    font-size: 32px;
    font-weight: bold;
}

.success_message {
    font-family: var(--default_font);
    font-size: 18;
    color: #858585;
    line-height: 1.4;
    margin-top: 8;
    white-space: pre-line;
}

.home_button_container {
    margin-top: 50;
    display: flex;
    justify-content: center;
}
.home_button {
    width: 200;
}
