body {
    background: #151515;
  
    margin-bottom: 10vw;
    margin-top: 10vw;
    margin-left: 15vw;
    margin-right: 15vw;
}
  
a {
    text-decoration: none;
    color: white;
}

#backButton {
    display: block;
    position: fixed;

    left: 2vw;
    top: 2vw;

    font-size: 2vw;
    font-family: 'Roboto Mono', monospace;

    text-decoration: none;
    color: white;

    padding-left: 0.2vw;
    padding-right: 0.2vw;

    border: 0.01vw solid white;
    border-bottom: 0.2vw solid white;
    border-radius: 0.35vw;
}

#backButton:hover {
    display: block;
    font-size: 2vw;
    text-decoration: none;
    color: white;

    margin-top: 0.2vw;
    padding-top: 0vw;
    padding-bottom: 0.2vw;
    border: 0.01vw solid white;

    border-radius: 0.35vw;
}

.miniProjectSlide {
    display: block;
    position: relative;

    border: 0.01vw solid white;
    border-radius: 1.5vw;
}

.miniProjectTitle, .miniProjectSubtitle {
    font-family: 'Roboto Mono', monospace;
}

.miniProjectTitle, .miniProjectSubtitle {
    text-align: center;
}

.miniProjectTitle {
    font-size: 2vw;
    margin-bottom: 0;
}

.miniProjectSubtitle {
    margin-top: 0;
    font-size: 1.3vw;
}

.miniProjectText {
    text-align: justify;
    font-family: 'Roboto Mono', monospace;
    margin: 2vw;
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 1.2vw;
}