* {
    position: relative;
    display: block;
    background-color: lightpink;
    

}

/* Add a black background color to the top navigation */
.topnav {
    background-color:white;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    background-color: white;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: goldenrod;
    color:white;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: goldenrod;
    color: white;
  }

.home-wrapper {

}

.home-wrapper-div {
    width: 100%;
    height: 100%;
    font-size: 39px;
    color:whitesmoke;
}

#contact-div {
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: goldenrod; 
}

#Media-div {
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: goldenrod; 

}

#fanart-div {
    width: 100%;
    height: 100%;
    font-size:100px;
    color: goldenrod;
}

#title {


   font-size: 150px;
   color: goldenrod;


   text-align: center;

   
   margin: auto;

   
}





#info {


}

#extra-info {

}

.home-photo {
    width:400px;
    height: 350px;
}

.media1 {
    width:400px;
    height:350px;
}

.media2 {
    width:200px;
    height:150px;
}

.media3 {
    width: 300px;
    height: 250px;
}

