@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

html,
body {
    height: 100%;
}

body {
    font-family: 'Handlee', cursive;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: transparent url('../assets/images/logo_on_wood_diapositief_2.jpg') no-repeat center center;
    background-size: cover;   
    -ms-background-size: cover;   
    -o-background-size: cover;   
    -moz-background-size: cover;   
    -webkit-background-size: cover; 
    color: #fff;
    font-size: x-large;
}

.main-title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 4px rgba(100, 100, 100, 0.5);
    white-space: nowrap;
    overflow: hidden;
}

.contact {
    display: inline-block;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.contact a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.contact a:hover {
    text-decoration: none;
}