.dark_background {
    background-color: #151413;
    color: white;
}

.light_background {
    background-color: #242424;
    color: white;
}

.title {
    color: #e4dad1;
    display: flex;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    flex-direction: column;
    text-decoration: none;
    transition: color .2s ease;
}

.field_style {
    background-color: #2a2928;
    border: 2px solid #4c4946;
    border-radius: 0px;

    color: #e4dad1;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    transition: color .2s ease;

    padding: 5px 0px 5px 5px;
}

.submit-button {
    background-color: #cd412b;
    border: 2px solid #cd412b;
    border-radius: 0px;

    color: white;
    font-size: 23px;
    font-family: "Bebas Neue", sans-serif;
    transition: color .2s ease;
}

.bread_text {
    color: #e4dad1;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

fix_foot {
    padding-bottom: 273px;
}