@font-face {
    font-family: "dinBold";
    src: url("fonts/dinbold.woff") format('woff');
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: 'dinBold', Arial;
    margin: 0px;
}

.content {
    padding-top: 150px;
    background-image: url('ahoii.png');
    background-size: cover; 
    min-height: 100%; 
    min-width: 100%;
    text-align: center;
    color: white;
}

h1 {
    font-size: 54px;
    margin-bottom: 20px;
}

.footer {
    position: fixed;
    bottom: 10px;
    right: 50px;
}
a {
    color: white;
    text-decoration: none;
}
