body {
background:transparent !important;
overflow: hidden;

 }

#back{
 
  overflow-y:auto;
  max-height:100vh;

}
a:hover {
  text-decoration-color: #808080 !important;
}

html{
  background-image: url("background.png");

   overflow: hidden;
   position:fixed;
   display: flex;
   align-items: center;
   justify-content: center;
   height:100vh;
   width:100%;

}

.main{
 
  border:none !important;
  background:transparent !important;
  top: 50%;

  margin:4rem;

  max-width:100%;

  max-height:90%;
  overflow-y: auto;
  border-radius:0px !important;

}
img:hover{
  filter: sepia(10%);
}

#id{

}

a{
  color:inherit !important;
  text-decoration:underline;
  transition: color 0.25s ease;
}

#homelink{
  text-decoration:none;
}
