body
{
    
  background-color:#000000;
  background-image: url("images/yharnam_wallpaper.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
  
}

.header {
  background-color: black;
  text-align: center;
  padding: 80px;
  margin: auto;
  border-radius: 5000px;
  height: 50px;
  width: 1000px;
  border-radius: 50%;
  background-position: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
  margin: 50px;
  border-radius: 5px;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.content
{
    background-color: black;
    margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 100px;
  margin-left: 100px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: white; 
    background-position: center;
    -webkit-text-stroke: 0.5px red;
   font-size: 30px;
}

h1{
    color:#8B0000;
    background-image: url("images/yharnam_wallpaper.jpg");
            background-repeat: no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 200px;
          
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Steelfish Rg', 'helvetica neue', 
                            helvetica, arial, sans-serif;
            font-weight: 800;
  background-position: center;
  font-size: 45px;
  
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
          
    text-decoration-style:double; 
  text-transform: uppercase; 
  letter-spacing: 20px;
  -webkit-text-stroke: 1px red;
       
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
  text-align: center;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
  text-align: center;
}