@font-face {
    font-family: newsreader;
    src: url(Fonts/Newsreader-VariableFont_opsz,wght.ttf);
}

@font-face {
    font-family: cabin;
    src: url(Fonts/Cabin-VariableFont_wdth,wght.ttf);
}

div {
    color: black;
}
  
.title {
    font-family: newsreader;
    font-size: 6vh;
    padding: 6vh;
    text-align: center;
}

.header {
    font-family: newsreader;
    font-size: 4vh;
    padding-top: 6vh;
    text-align: center;
    color: #606060;
}

.content {
    font-family: cabin;
    font-size: 2.2vh;
    padding: 3vh;
    text-align: center;
}

.blue {
    color: blue;
}

img {
    width: 30vh;
    max-width: 80%;
    height: auto;
    border-style: solid;
    border-width: 0.3vh;
    margin: auto;
    border-color: black;
}

#bodyContainer {
    width: 100%;
}

#screenshotsContent {
    padding-top: 4vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* You're also looking at the CSS file?
 * What do you hope to gain here?
 * Are you trying to change the color of the text to all green?
 * Here, I'll give you the CSS to do that.
 * Just uncomment this: */
/* 
div {
color: #059862 !important;
}
*/
/* There you go. 
 * Hope it's everything you wished it to be. */
