body {
    margin: 0;
    background-image: url("../img/space.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    background-color: black
}

.h5trug {
    font-size: 1.39vw;
    margin: 0;
    font-family: "Arial Rounded MT Bold";
    text-decoration: none;
    color: navajowhite;
    text-shadow: 0.14vw 0.14vw 0.14vw rgb(0, 0, 0)
}

.alien {
    accent-color: greenyellow;
    margin: 0;
    border-style: inset;
    border-color: black;
    border-width: 0.3vw;
    border-radius: 20%;
    padding: 0.2vw;
}

h4 {
    font-family: "Wingdings";
    color: greenyellow;
    margin: 0 auto
}

h2 {
    font-family: "Wingdings";
    color: greenyellow;
    margin: 0 auto
}

button {
    font-family: "Franklin Gothic Heavy";
    color: black;
    height: 10%;
    width: 15%;
    font-size: 250%;
}

button:hover {
    font-family: "Franklin Gothic Heavy";
    color: darkred;
}

.sass{font-family: "Wingdings";
color: greenyellow;
background-color: black}

.page-container {
    width: 30%;
    height: 40vw;
    margin: auto;
    background-image: url("../img/fo.jpg"); /* zoek foto metaal achtog*/
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 25%;
    box-sizing: content-box;
    text-align: center;
    filter: brightness(105%) blur(1%);
}


