<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    
      background-image: url('deathstr.jpg');
    
  background-size: cover; 
  background-repeat:no-repeat; 
  background-position: center; 
    background-blend-mode:darken;
}

table {
    border: 0;
    text-align: center;

    

    
}
#head-image { width: 1080;

    opacity: 1;
    transition: opacity 2s;
}

button {
    
    padding: 1rem 3rem;
    border: 3px solid yellow;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    transition: .5s;
    font-family: inherit;
    color: yellow;
    z-index: 1;
    border-radius: 4px;
   
}

button::before {
    
    content: '';
    width: 0;
    height: 350%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: .5s ease;
    background: yellow;
    display: block;
    z-index: -1;
   
}



button:hover::before {
    
    width: 120%;
}

button:hover {
    
    color: rgb(0, 0, 0);
    
}
a {
      text-decoration: none;
    color: black;
    text-shadow: -1px -1px 0 yellow;
    font-size: 15px;
    transition: .5s;
}

a:hover {
    color:rgb(0, 0, 0);
}


#head-image.fade-out {
    
    opacity: 0
}

.headdata {
    font-size: 25px;
    
}

.second-data{
    
    font-size: 23px;
padding-top: 40;
    
    border: 1px;
    
    
}

#image-1 {
    
    width: 850px;
    border-radius: 25px;
   box-shadow: 4px 0px 75px 16px rgba(255,255,255,0.48);
}

#main-text {
    color: goldenrod;
    font-size: 25px;
   padding-top:2cm;
}

#image-2 {
    
    width: 850px;
    border-radius: 25px;
   box-shadow: 4px 0px 75px 16px rgba(255,255,255,0.48);
    margin-top: 15%
}
 
    
#charname {
    margin-top:5cm;
    margin-bottom:3cm;
font-size:60px;
color: goldenrod;
}
  .charphoto{
    height: 350px;
    width: auto;
    margin: 5mm;
    border-radius: 25px;
    box-shadow: 4px 0px 70px 16px rgba(255,255,255,0.48);
   }

  

   #chartext {
    color:goldenrod;
    font-size: 25px;
    padding-bottom: 4cm;
   }
#EQphoto {
    height: 450px;
    width: auto;
    border-radius: 25px;
    box-shadow: 4px 0px 70px 16px rgba(255,255,255,0.48);
    margin: 1cm;
   }
   .EQname {
    padding-top:5cm;
    padding-bottom:3cm;
font-size:50px;
color: goldenrod;
   }
   
   .EQtext {
    padding-top: 2cm;
    color:goldenrod;
    font-size: 25px;
    padding-bottom: 4cm;
   }
   </pre></body></html>