h1{
    margin-top: 25vh;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 110px;
    font-family: 'Windlass';
    padding-top: 114px;
    color: #2d0a04fc;
}

#Login-Button{
    position: fixed;
    top: 70vh;
    left: 40vw;
    border: none;
    background-color: transparent;
    font-family: Windlass;
    width: 430px;
    height: 105px;
    font-size: 62px;
    transform: rotateZ(30deg);
    background-image: url('../../base/images/small-woodensign.png');
    background-size: cover;
    padding: 0;
}

button:hover{
    box-shadow: 0 0 20px lightgray;
    cursor: pointer;
}

#banner{
    background-image: url('../../base/images/small-woodensign.png');
    background-size: cover;
    height: 430px;
}