/* general */
html {
    background-color: rgb(0, 0, 0);
}

.fancy-heading{
    color: rgb(207, 207, 207);
    /* reference the name and the fallback font */
    font-family: "Space Grotesk", sans-serif;
    font-weight: 200;
}

.normal-text{
    color: rgb(192, 192, 192);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 20;
}

/* specific */

.introduction{
    text-align: center;
}

#pfp{
    border-color: rgb(73, 73, 73);
    border-style:solid;
    border-width: 1px;
    border-radius: 50%;
    object-fit: cover;

    width: 135px;
}

#copyright{
    color: rgb(117, 117, 117);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 20;
}