@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Dongle|Sour Gummy|Nerko One|Chela One');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');


body {
   font-family: 'Itim';
  font-size: 17px;
  background-color: white;
   height: 100vh;
    width: 100%;
    cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs01.png), default;
    overflow-x:hidden;
}

.container {

  display: flex;
  align-items: flex-start; 
  justify-content: left;
  margin-top: 10px;


}

.sidebar {
  width: 200px;
  background-color: #FFFFFF;
  padding: 15px;
  border: 2px solid #864aca;
  border-radius: 5px;
}
.sidebar .custom-info img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
  border-radius: 4px;
    border: 2px solid #864aca;
}
.img-divider {
  width: 14px;
  height: 920px;
  background-image: url('https://somniumsaturnia.neocities.org/pxls/cbf6.gif');
  background-repeat: repeat-y;
  margin: 0 0px;
  flex-shrink: 0;
}



.profile {
  width: 450px;
  background-color: #FFFFFF;
  padding: 20px;
  border: 2px solid #864aca;
  border-radius: 5px;
  margin-left: 5px;
}

.info-box {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #EEE;
  border-radius: 3px;
  
}

.info-label {
    font-family: 'Itim';
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

.info-value {
    font-family: 'Itim';
  font-size: 15px;
  margin: 0;
  text-align: right;
}

.info-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
}
.biology-tags {
  margin-top: 10px;
  text-align: left;
  background-color: #EEE;
    border: 2px solid #864aca;
  border-radius: 5px;
   padding: 10px;
  
}

.biology-tags a {
  display: inline-block;
  margin: 3px 5px;
  padding: 3px 8px;
  background-color: #864aca;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-family: 'Itim';
  font-size: 15px;
  transition: background-color 0.2s ease;
  
}

.biology-tags a:hover {
  background-color: #f0bc00;
   cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs02.png), default;
}


.diagram-image {
  text-align: center;
  margin-bottom: 20px;
}

.diagram-image img {
  height: 500px;
  object-fit: contain;
   border: 2px solid #864aca;
  border-radius: 5px;
  
  
}
.divider {
  position: relative;
  padding: 5px;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 4px solid #864aca;
}

.custom-infos {
  margin-top: 20px;
}

.custom-info {
      border: 2px solid #864aca;
  border-radius: 5px;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 10px;
}

.custom-info h3 {
  margin: 0;
  font-size: 20px;
  color: #000;
   cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs02.png), default;
    text-decoration: underline;
}

.custom-info p {
    font-family: 'Itim';
  font-size: 15px;
  margin: 5px 0;
  color: #333;
  display: none;
}

.custom-info i {
 color: #f0bc00;
}
.custom-info img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 5px;
  border: 2px solid #864aca;
  border-radius: 5px;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.image-gallery img {
    width: 100px;
    height: auto;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
  cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs02.png), default;
    border: 2px solid #864aca;
    transition: transform 0.2s;
}
.image-gallery img :hover {
  transform: scale(1.1);
}


.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.lightbox-image {
  max-width: 80%;
    max-height: 80%;
  border-radius: 5px;
}
h2 {
  font-family: 'Nerko One';
  font-size: 40px;
  text-transform: uppercase;
   color: #864aca;
    text-shadow: 1px 1px #414141;
    
}

h3 {
  font-family: 'Itim';
  font-size: 20px;
}

h4 {
   font-family: 'Nerko One';
  font-size: 25px;
}
h2, h3, h4 {
  margin: -5px 0;
}
/****** select highlight ******/
::selection {
    background: #be8ef5;
    color: white;
}

::-moz-selection {
    background: #be8ef5;
    color: white;
}
  a{  font-family: "Nerko One";
            font-size:22px; 
            text-decoration: none;
            color:#f0bc00;
            transition:0.3s;
            font-weight: bold;
            text-shadow: -1px 0 #864aca, 0 1px #864aca, 1px 0 #864aca, 0 -1px #864aca;
  
        }
 
        a:hover{
           cursor: url(https://somniumsaturnia.neocities.org/pxls/Curs02.png), default;
            transition:0.3s;
            color: #864aca;
            
        }
/****** scrollbar ******/

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #864aca transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #864aca;
    border-radius: 10px;
    border: 3px solid transparent;
}