.title {
    color: gray;
    text-align: center;
    border-width: 5px;
    border-radius: 5px;
}
h1 {
    font-family: "Rubik Maps";
    font-size: 80px;
}
body {
    background-image: url("images/berlin.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-left: 15%;
    padding-right: 15%;
}
.description {
    font-family: "Courier New";
    background-image: url("images/paper.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 2%;  
    color:black;
}
#gorillaz {
margin: 5%
}
#psychopomp {
margin: 5%;
}
#clippy {
  position: absolute;
    bottom: 0;
    right: 0;
}
.hmu{
    font-family: "Courier New";
    color: dimgray;
    background-color: #101010;
    text-align: center;
    border-top:solid;
    border-bottom:solid;
    border-width: 5px;
    padding:1%;
}
.content{
    border-color:dimgrey;
    border-style: groove;
    border-width: 10px;
    background-color: rgba(0,0,0,0.7);
}
a{
    color:saddlebrown;
    text-decoration: none;
}
#changelog{
    margin: 5%;
}
.bar{
    display:inline-block;
    margin: 2%;
    height: 300px;
}