html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Orbitron', sans-serif;
}

body {
    background: url('assets/images/Visuel Vidiot 5D.JPG') no-repeat center center fixed;
    background-size: cover;
}

header {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 2em;
    z-index: 20;
    color: white;
    text-shadow: 2px 2px 4px black;
}

#contact {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 20;
}

#contact img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

#audioControl {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 30;
}