body {
    background-color: black;
}

p {
    font-family: sans-serif;
    color: white;
}

h1 {
    font-family: sans-serif;
    color: white;

}

h2 {
    font-family: sans-serif;
    color: white;
}

h3 {
    font-family: sans-serif;
    color: white;
}

a {
    font-family: sans-serif;
}

    /* actual css, wow!*/
img {
    width: 25%;
    height: 25%;
    border-radius: 2%;
    }

.preview {
    width: 1.5%;
    height: 1.5%;
}

.item {
    width: 10%;
    height: 10%;
}