h1.obv {
    color: rgb(58, 58, 58);
   margin-right: auto;
   text-align: center;
}
body {
    background-image: url(../images/oblivion_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgb(48, 48, 48);
}
a:link {
    color: brown;
    text-decoration: none;
}
a:visited {
    color: cadetblue;
    text-decoration: none;
}
