legend{
    font-size: 1.3em;
    font-weight: bold;
    color: #ff9c45;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 5px #000;
}

.field{
    border-radius: 10px;
    border-width: 0;
    background-color: antiquewhite;
    margin-left: 10px;
    padding: 5px;
    box-shadow: #0000005b 1px 1px 5px;
}


.line{
    padding: 10px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#submit-button{
    background-color: #ff9c45;
    color: white;
    border-radius: 10px;
    border-width: 0;
    padding: 10px;
    margin-top: 10px;
    box-shadow: #0000005b 1px 1px 5px;
    font-size: large;
}

#center{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
}


#settings{
    background-color: #ffffffa0;
    color: #ff7700;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: #0000005b 1px 1px 5px;
    font-weight: 600;
    font-size: large;
    border-color: #ff9c45;
}
