



/*    OVERALL STYLE   */


body {
    display: flex;
    flex-direction: column;
    background-color:#ece4d5;
    overflow: hidden;
    font-family: Akzidenz;
    justify-content: center;
    align-content: center;
    width: 100%;
}

main {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-content: center;
    text-decoration: none;}


h1 {
    font-family: AkzidenzBold;
    font-size: 1.5em;
    color: #371a21;
    z-index: 7;
}

header{
    z-index: 1;
    margin-left: 1em;
}







/* BUTTON STYLE    */



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

