body {
  background-color:#6F3E40;
  font-family: serif;
}
.main {
 background-color:#973037;
 color:#EEECB9;
 border-style: double;
 border-width:10px;
 width:700px;
 max-width:100%;
 height:auto;
 margin:auto;
 padding:20px;
 font-size:30px;
}
.nav {
  margin:auto;
  padding:10px;
  
}
ul{
   font-size:30px;
   text-align:center;
      }
li{
  display:inline;
  list-style-type:none;
  background-color:#8D1C1C; 
  padding:5px;
      }

hr{
 border-color:#EEECB9;
}
      
a{
 color:#DEBA7C;
 text-decoration:none;
}
a:hover{
  color:#E9C78B;
 text-decoration:underline;
}
img {
 max-width:100%;
 display:inline-block;
 margin:auto;
 font-size:20px;
 text-align:center;
}

.profileicon{
 float:right;
 max-width:100%;
}
.contentbrowser{
 font-size:20px;
 border-style:double;
 background-color:#832736;
 max-width:300px;
}

.relationships{
 border-style:double;
 border-width:5px;
 background-color:#832736;
 padding:5px;
}

summary{
  list-style:none;
}
summary:hover{
  filter: brightness(1.2)
}
 @media (max-width: 600px) {    
 .main{
   max-width:300px;
   font-size:20px;
   padding:10px;
 }
 img {
 max-width:100%;
 font-size:15px;
 text-align:center;
}
.contentbrowser{
 font-size:15px;
 border-style:double;
 background-color:#832736;
 max-width:200px;
}
 }