
body{
    background-color: black;
    margin-left: 3%;
}

.backgroundimage{
    position: absolute;
    justify-self: center;
    opacity: 0.2;
    margin-top: 10%;
}

header, main{
    color: white;
}

a{
    color: red;
}

a:visited{
    color: #b30000;
}

h1{
    font-size: 2.5rem;
}

h2{
    margin-top: 7vh;
    font-size: 2rem;
}

h3{
    font-size: 1.7rem;
}

p{
    font-size: 1.3rem;
}

.licensetext{
    margin-top: 4vh;
}