body {
    text-align: center;
}

.form_text {
    display: inline-block;
    margin-top: 24px;
}

.input_text {
    width: 360px;
}

.submit_button {
    background-color: #6B5B95;
    color: white;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    border: none;
    padding: 10px 15px;
    margin-top: 24px;
}

.submit_button:hover {
    cursor: pointer;
    background-color: #C3447A;
}

#result_area {
    margin-top: 24px;
}

#footer {
    background-color: #6B5B95;
    color: white;
    position: absolute;
    bottom: 0;
    width: 99%;
    padding: 6px 0px;
    font-size: 18px;
}

.link {
    color: white;
}