@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Dongle|Silkscreen|Nerko One|');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #864aca transparent;
}

body {
    width: 700px;
    background-color: transparent;
    padding: 15px;
    cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs01.png), default;
    overflow-x: hidden;
    margin: 10px;
}



.ring-container {
    position: relative;
    width: 580px;
    height: 580px;
    margin: auto;
    top: 50px;
    margin-bottom: 120px;
    
}

.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-wrapper {
    position: absolute;
    
}

.image-wrapper img {
    width: 120px;  
    height: 120px; 
    object-fit: cover;
    transition: transform 0.3s;
    padding: 4px;
    z-index: 15;
}


.image-wrapper img:hover {
    transform: scale(1.2);
    background: #d1aaffcc;
    border-radius: 35%;
    cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs02.png), default;
}

.image-wrapper:nth-child(1) { top: 75%; left: 92%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(2) { top: 25%; left: 92%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(3) { top: 90%; left: 75%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(4) { top: 0%; left: 50%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(5) { top: 90%; left: 25%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(6) { top: 50%; left: 0%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(7) { top: 25%; left: 8%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(8) { top: 75%; left: 8%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(9) { top: 10%; left: 25%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(10){ top: 100%; left: 50%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(11){ top: 10%; left: 75%; transform: translate(-50%, -50%); }
.image-wrapper:nth-child(12){ top: 50%; left: 100%; transform: translate(-50%, -50%); }

.hover-text {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hover-text.active {
    opacity: 1;
}


.hover-text {
    position: absolute;
    top: 245px;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    color: #4A4446;
    font-weight: bold;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 8px;

    
}

.hover-text p {
    font-family: "Itim";
    font-size: 15px;
    color: #4A4446;
    text-align: center;
    padding: 10px;
    font-weight: bold;

}


.info-container { display: none; }

.hover-icon {
    display: block;
    margin: 0 auto 2px auto;
    width: 230px;   
    height: auto;
    object-fit: contain;
}
 p {
    font-family: "Itim";
    font-size: 45px;
    line-height: 1.4;
    font-weight: bold;
    

   
}

.myth {
    margin-top: -5px;
    padding: 5px;
    max-width: 700px;
    margin-bottom: 20px;
}

.myth header {
    font-family: "Special Elite";
    color: #4A4446;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.myth p {
    font-family: "Itim";
    color: #4A4446;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}


.highlight {
  font-family: 'Itim';
  background-color: #864aca;
  color: white;
  border-radius: 4px;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  padding: 2px 2px;
}
