.form_successful {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: lawngreen;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px ridge darkblue;
    border-bottom: 1px ridge darkblue;
    font-family: "Times New Roman", Georgia, serif;
    text-align: center;
    font-size: 20px;
    z-index: 110;
    display: none;
}

.error {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: lightcoral;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px ridge darkblue;
    border-bottom: 1px ridge darkblue;
    font-family: "Times New Roman", Georgia, serif;
    text-align: center;
    font-size: 20px;
    z-index: 110;
    display: none;
}

#form_container_container {
    text-align: center;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 15px;
}

.form_container {
    display: inline-block;
    margin-top: 35px;
    padding: 10px;
    width: 80%;
    background: #ffffff;
    border-radius: 10%;
    border: 3px ridge #000060;
}

#text_container {
    text-align: center;
    width: 100%;
}

.form_input {
    padding: 10px;
    width: 250px;
    font-family: "Fira Code", 'Constantia', serif;
    font-size: 15px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

.form_input:hover {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

.form {
    display: inline-block;
    padding: 20px;
    white-space: pre-line;
    font-family: Corbel, Candara, "Times New Roman", serif;
    font-size: 16px;
    font-stretch: condensed;
    color: #000000;
    line-height: 20px;
    text-align: left;
}

#msg_box {
    width: 450px;
    height: 120px;
    max-width: 450px;
    margin-right: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    font-family: "Fira Code", 'Constantia', serif;
    font-size: 15px;
}

#msg_box:hover {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

section.press button {
    color: #ffffff;
    background-color: #6496c8;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: Malgun Gothic Special, sans-serif;
    border-radius: 15px;
    box-shadow: 0 4px #27496d;
    padding: 2% 5% 2% 5%;
}

section.press button:hover,
section.press button.hover {
    background-color: #417cb8;
    cursor: pointer;
}

section.press4 button:active,
section.press button.active {
    background-color: #417cb8;
    box-shadow: 0 5px #27496d;
    transform: translateY(2px);
}

h1 {
    margin-top: 15px;

}

body {
    text-align: center;
}