.content h1 {
    color: rgb(0, 255, 30);;
    text-align: center;
    padding-bottom:2%;
    font-family: 'VT323', monospace;
    font-weight: bold;

}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    background-color:#000000;
    color: white;
    height:100%
}

.content p, h2{
    padding-left:5%;
    padding-right:5%;
    font-family: 'Ubuntu-Mono', monospace;
}

.content h2{
    color:rgb(0, 255, 30);
    font-family: VT323, monospace;
}

.projectBox
{
    padding-bottom: 30px;
}

.list{
    padding-left:3%;
    font-family: 'Ubuntu Mono', monospace;
}

.infoBox{
    font-family: 'Ubuntu Mono', monospace;
}