* {
  box-sizing: border-box;
}

  header {
  color: rgb(255, 213, 255);
  background-image: url("https://calbee.neocities.org/assets/graph_paper.png");
  font-family: "ChiKareGo2", 'TimesnewPixel';
  margin: 0;
  padding: 4px;
  

  text-align: center;
  letter-spacing: 0.5em;
  text-shadow: -2px 2px 2px #8f8e8ef5;
  border-style: solid;
  border-color: rgb(255, 213, 255);
}


@font-face {
  font-family: "TimesNewPixel";
  src: url(https://calbee.neocities.org/assets/TimesNewPixel.ttf);
}


@font-face {
  font-family: "ChiKareGo2";
  src: url(https://calbee.neocities.org/assets/ChiKareGo2.ttf);
}


body {
  font-family: "ChiKareGo2", "TimesNewPixel", Arial;
  margin: 0;
  padding: 1em 10em;
  color: #f7afdf;
  font-size: 20px;
  background-image: url("https://calbee.neocities.org/assets/snowfall.gif");
}

.dark-mode {
   background-image: url("https://calbee.neocities.org/assets/stars4.gif");
   background-color: black;
  color: rgb(0, 255, 0);
  
}






h2 {
  color: white;
  background-color: rgb(255, 213, 255);
  font-size: 1.5em;
  margin: 0;
  padding: 2px;
  padding-left: 14px;
  text-align: center;
  box-shadow: 5px 5px 3px 1px #999;
}


.navbar {
  display: flex;
  background-image: url("https://calbee.neocities.org/assets/tumblr_inline_ml7zdr0HJy1qz4rgp.png");
  margin: 5px;

 
}

.navbar a {
  color: #a896a2;
  background-image: url("https://calbee.neocities.org/assets/floral1.png");
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  border-style: dashed;
  border-width: 1px;
  border-color: #b69db6;
  border-radius: 5px;

}




.navbar a:hover {
  text-decoration: none;
  transition-duration: 1s;
  color: white;
  background-color: rgb(253, 196, 244);
  border-radius: 20px;
  box-shadow: inset 100px 0 0 0 rgb(253, 196, 244);
}






#navigation {
    position: fixed;
    color: white;
   
    font-family: 'TimesNewPixel';
    top: 10px;
    left: 30px;
   
    margin: auto;
    background-color: rgba(250, 199, 243, 0.644);
    border-radius: 20px;
    border-style: dashed;
    border-color: rgb(255, 255, 255);
    border-width: 2px;
    padding: 5px;
      text-align: center;
}

 #navigation a:hover {
    text-decoration: none;
    transition-duration: 2s;
    color: rgb(255, 0, 234);
    background-color: rgba(255, 170, 241, 0.774);
    border-radius: 20px;
    box-shadow: inset 100px 0 0 0 rgba(255, 255, 255, 0.596);
}

#navigation a {
    text-decoration: none;
    display: inline-block;
    padding: 20px 10px;
  text-align: center;
  color: white;
}








h1:hover {
 text-decoration: none;
  transform: rotateY(360deg);
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0);
}

/* Column container */
.container {  
  display: flex;
  flex-wrap: wrap;
 
}

/* Sidebar/left column */
.side {
  flex: 30%;
  background-color: rgba(220, 212, 255, 0.705);
  padding: 20px;
  border-radius: 20px;
  border-style: dashed;
  border-color: rgb(250, 199, 243);
  color: white;
}

/* Main column */

.main {
  flex: 70%;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;

}


.idk {
 background-color: rgb(240, 242, 255);
 padding: 20px;
border-color: rgb(255, 213, 255);
border-width: 1px;
border-style: solid;

margin: auto;
border-radius: 10px;

}

.music {
  background-color: #ffffff00;
  text-align: center;
  padding: 15px;
 
}

.test { 
  color: #7ea7ff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: flex;

}






.music a:visited {
  color: #ff31ee;
}

.music a:hover {
  color: #999;
  text-decoration: underline;
  background-color: #ffd5f1;
  border-radius: 10px;
  padding: 20px;
  transition-duration: .5s;
}



#box {
	background-color: rgba(255, 255, 255, 0.774);
	border: 2px dashed rgb(255, 213, 255);
	overflow-y: scroll;
	max-height: 10em;

	padding: 0em 1em;
	margin: auto;
	
}


h3 {
  background-color: #5a3458a2;
  border-radius: 10px;
   box-shadow: 5px 5px 3px 1px #999;
   padding: 10px;
}



#toggle{
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
  margin: 2em;
}

#toggle:checked ~ dialog {
  display: block;
}

label{
  background: rgb(255, 213, 255);
  color: white;

  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: .5em 1em;
}

@keyframes appear {
  0%{
    opacity: 0;
    transform: translateY(-10px);
  }
}

dialog{
  animation: appear 350ms ease-in 1;
  max-width: 500px;
  border-color: rgb(255, 213, 255);
}





#box {
	background-color: rgba(255, 255, 255, 0.774);
	border: 2px dashed rgb(255, 213, 255);
	overflow-y: scroll;
	max-height: 10em;
background-color: white;
	padding: 0em 1em;
	margin: auto;
	
}





#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(250, 199, 243, 0.904);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgba(250, 199, 243, 0.904);
  color: white;
}



.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: rgb(250, 199, 243);
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: rgb(252, 154, 239);}

.button:active {
  background-color: #a9edf1;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}



#footer2 {
  background-color: rgba(220, 212, 255, 0.705);
  text-align: center;
 
  border-radius: 20px;
  border-style: dashed;
  border-color: rgb(250, 199, 243);
  color: rgb(255, 255, 255);

}

#footer {
  background-color: rgba(0, 255, 255, 0);
  padding: 10px;
}





/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px grey;
  border-radius: 10px;
  background-color: #949393ad;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(252, 218, 255);
  border-radius: 10px;
}





@media screen and (max-width: 700px) {
  .container, .navbar {   
    flex-direction: row;
  }

 body {
   padding: 0;
 }

  .navbar a {
    padding: 15px;
  margin: auto;
 
  }
  
  .idk {
   padding: 5px; 
  }
  .main {
    padding: 10px;
  }
  
  .side {
    margin: 5px;
  }
 
  header {
   margin: 5px;
 }


#navigation {
  display: none;
}
} 

@media (prefers-color-scheme: dark) {
  .dark-mode {
    header {
       background-image: url("https://calbee.neocities.org/assets/greengrid.jpg");
      border-color: rgb(0, 255, 0);
      border-width: 1px;
      color: rgb(0, 255, 0);
    }
    .navbar a {
      background-image: url("https://calbee.neocities.org/assets/greengrid.jpg");
      border-color: rgb(0, 255, 0);
      color: rgb(0, 255, 0);
    }
    
    .idk {
      background-color: rgb(34, 34, 34);
      border-color: rgb(0, 255, 0);
      
    }
    
    #box {
      background-color: gray;
      border-color: rgb(0, 255, 0);;
    }
    
    .side {
      border-color: rgb(0, 255, 0);
      background-color: rgb(34, 34, 34);
      color: rgb(0, 255, 0);
    }
    
    h2 {
      background-color: rgb(0, 255, 0);
      color: gray;
    }
    
    label {
       background-color: rgb(0, 255, 0);
       color: gray;
    }
    
    #myBtn {
      background-color: rgb(0, 255, 0);
      color: gray;
    }
    
    .button {
      background-color: rgb(0, 255, 0);
      color: gray;
    }
    
    #footer2 {
      border-color: rgb(0, 255, 0);
      background-color: rgb(34, 34, 34);
      color: rgb(0, 255, 0);
    }
    
    #navigation {
      border-color: rgb(0, 255, 0);
      background-color: rgb(34, 34, 34);
      color: rgb(0, 255, 0);
    }
    
    .navbar {
      background-image: none;
    }
    
  
    #navigation a {
      color: rgb(0, 255, 0);
    }
    
    dialog {
      border-color: rgb(0, 255, 0);
      background-color: black;
      color: rgb(0, 255, 0);
    }

    h3 {
      background-color: rgb(71, 59, 71);
    }

    
    
}
}

