* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

body {
    min-width: 100vw;
    min-height: 100vh;

    height: 100%;
    width: 100%;

    padding: 40px;
    overflow-x: hidden;

    background-color: rgb(50, 50, 50);

    color: whitesmoke;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.fullwidthp {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

a {
    color: rgb(218, 218, 218);
    font-size: 25px;
    font-weight: normal;
}

#quelle_link {
    font-size: 16px;
}