body { 
    background-color: #a58bad;
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
}


.shrine-nav {
    width: 85vw;
    height: 90vh;
    background-color: #e9d5f0a9;
    border-radius: 2x;
    border: 5px groove #7a7a7a;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    overflow-y: scroll;
}
.shrinesarea {
    text-align: center;
    padding: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

hr {
    width:75%;
}

h1 {
    text-align: center;
    font-weight: 800;
}



.container {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  color: #f1f1f1; 
  width: 250px;
  transition: .5s ease;
  opacity:0;
  color: #0b041b;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}

.delius-regular {
  font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
}



.edu-sa-beginner-<uniquifier> {
  font-family: "Edu SA Beginner", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.floating:hover {
    position: relative;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
        
    }

    50% {
        transform: translateY(-20px);
        
    }


    100% {
        transform: translateY(0);
        
    }
}


.drpbody {
 background-color: #7A0000; 
 color: #ffffff;
 font-family: "Edu SA Beginner", cursive;
}

.drpcontent {
 border: 1px solid #ffffff; 
 text-align: center;
 width: 60%;
 height: 90vh;
}

.aabody {
  
}

.aacontent { 
   border: 1px solid #ffffff; 
   text-align: center;
}