/* BUTTON STYLE    */

.button {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: absolute;
    bottom: 10px;
    width: 1180px;;
    margin-left: 0em;
    margin-right: 3em;
    margin-bottom: 0em;
}

button {
    background-color: #C84F17;
    width: 200px;
    height: 70px;
    border-radius: 6.25em;
    border: none;
    z-index: 1;
    margin: 1em;
    font: Akzidenz;
}

#next {
    background-color: #6A712E;
}

a {
    color: #ECE4D5;
    text-decoration: none;
    font: AkzidenzMedium;
    font-size:21px;
}
