body{
    background-image: url(https://frutigeraeroarchive.org/images/wallpapers/metalheart/metalheart_144.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-left: 15%;
    padding-right: 15%;
}
h1{
    font-family: "Rubik Maps";
    background-color: black;
    color: darkolivegreen;
    text-align: center;
    font-size: 80px;
}
#header{
    font-family: "Courier New";
    background-color: darkolivegreen;
    border-width: thick;
    border-color: #000000;
    border-top:solid;
    border-bottom:solid;
    padding:1%;
    text-align: center;
}
#content{
    border:inset;
    border-color:aliceblue;
    background-color: rgba(0, 0, 0, 0.8);
}
#gohome {
    color: aliceblue;
    border-top: solid;
    border-color: aliceblue;
    a:link {
        color: aliceblue;
    }
    a:visited {
        color: darkolivegreen;
    }
}
.box{
    height: 300px;
    display: flex;
    padding: 15px;
    border-top:dashed;
    border-color:aliceblue;
}
.box p{
    font-family: "Courier New";
    color:aliceblue;
    margin-left: 5px;
    line-height: 25px;
}