@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap');

 .sidebar {
		  background-color: #1C1A18;		
		  color: #E94B3CFF;
		  height: 100%; 
		  width: 190px; 
		  position: fixed; 
		  z-index: 1; 
		  top: 0; 
		  left: 0;
		  overflow-x: hidden; 
		  padding-left: 15px;
		  text-align: left;
		  }

h1 {
    font-size: 60px;
    line-height: 0px;
}

 a {
   text-decoration: none;
   color: #E94B3CFF;
   }	

 .material-icons {
			     color: #E94B3CFF;
		         }
 .sidebar li {
			 list-style-type: none;
			 list-style-position: outside;
		     }
		
 body {
	  text-align: center;
	  color: #1C1A18;
	  background-color: #E94B3CFF;
      margin-left: 235px;
	  font-family: 'ZCOOL QingKe HuangYou', cursive;
	  background-repeat: no-repeat;
      background-size: 1460px 565px;
	  }

 img {
    padding: 5px 5px 5px 5px;
    text-align: center;
	 }

 .material-icons {
                 position: relative;
                 top: 4px;
                 }

.no-link {
	color: grey;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 120px;
  bottom: 100%;
  left: 50%;

  position: absolute;
  z-index: 1;
  margin-left: -60px;

  opacity: 0;
  transition: opacity 0.8s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
