body {
    background-color: #230000;
    color: #ffe5cc;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    text-align: justify;
}
    
    a:link {
  color: #ffe5cc;
  background-color: transparent;
  text-decoration: underline;
    }
    a:visited {
  color: #ffe5cc;
  background-color: transparent;
  text-decoration: none;
        }
        a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
        }
    .two-column-layout {
        display:grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
    div {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
   .tooltip {
  position: relative;
  cursor: pointer;
}

 .tooltiptext {
  visibility: hidden;
  background-color: rgba(60, 60, 60, 0.68);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
      width: 500px;
  top: 100%;
  left: 50%;
  margin-left: -250px;
     font-family: times;

}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
    
    .planetdivider {
        background-image: url(https://vamphrodite.neocities.org/pictures/sword.png); 
        background-repeat: repeat-x;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 50px;
    }
    
.blogss {
    padding-left: 100px;
    padding-right: 100px;
    text-align-last: left;  
}