body {
    background-color: #fdfaf1;
}
.logo {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    height: 120px;
}
.button {
    border-color: #832017;
    color: #832017;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}
.button * {display: flex;}
.button span {
    width: 80%;
    justify-content: center;
}
.button img {
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

#footer {
    position: fixed;
    z-index: 10;
    background-color: #fdfaf1;
    bottom: 0;
    text-align: center;
    width: 100%;
}
