.form-input-label {
    color: black;
    font-family: Georgia, serif;
    font-size: 40px;
    display: inline-block;
}

.form-input {
    border: 5px solid black;
    width: 300px;
    height: 50px;
    font-family: Verdana, sans-serif;
    font-size: 25px;
}

.form-input:focus {
    background-color: cyan;
}

.header_img {
    width: 1100px;
    padding-left: 100px;
}

.header_container {
    padding-top: 20px;
}

.result_image {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    width: 200px;
    justify-content: center;
}

.footer_img {
    width: 300px;
    position: relative;
    top: 20px;
    left: 500px;
}

.col {
    border-style: solid;
}

table,
th,
tr {
    border: 2px dashed black;
    font-size: 30px;
    text-align: center;
}

table {
    width: 100%;
    font-family: Georgia, serif;
    color: black;
}

tr {
    height: 100px;
}

.table_container {
    position: relative;
    top: 5px;
}
