body, html, form {
    margin: 0%;
    padding: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../fpb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Jersey 25';
}
.header {
    width: 100%;
    height: 25%;
    min-height: 200px;
    margin: 0px;
    /*display: flex;*/
    position: relative;
}
.link {
    width: fit-content;
    height: fit-content;
    position: relative;
}
.spacing {
    height: 30%;
}
.logo {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
}

