  		body {
			background-color:white
			
		}
		
		sup
		{
		font-size:15;
		}
		p {
  		font-family: "Open Sans";
		  font-size: 30px;
		  word-wrap: break-word;
		   margin-right: 2%;
  margin-left: 2%;
  color:#000000
		}
		
		h1 {
  		font-family: "Open Sans";
		font-size:60px;
		color: #000000
		}
		
		h2 {
  		font-family: "Open Sans";
		font-size:40px;
		color: #888888;
		}
    img {
    width: 23%;
	box-shadow: 10px 10px 5px grey;
    }
    .notice
    {
    font-size:20px;
    background-color: #DDDDDD;
    }
    .math
    {
    font-family: "Serif";
    font-size:30px;
    background-color: #EEFFEE;
    		   margin-right: 2%;
  margin-left: 2%;
    }
    var
    {
     font-family: "Serif";
     font-size: 30px;
    }
    .blogpreview
    {
    font-size:25px;
    background-color: #EEEEEE;
    color: #666666;
    }
    .blogindex
    {
    background-color: #FFFFFF;
    }
		.moretitle { font-family: "Open Sans";
			font-size:200%;
			position: relative;
			top:20px;
			text-align:center;
			justify-content:center;
			font-weight: bold;
			}
		a {
  		color: #000000;
  		font-family: "Open Sans";
		}
		.nolink
		{
		text-decoration: none;
		}
		.inactive {
		text-decoration: none;
		font-family: "Pixelify Sans";
		font-size: 350%;
		color:#FFFFFF
		}
		
		.active {
		text-decoration: none;
  		color: #808080;
  		font-size: 350%;
		font-family: "Pixelify Sans";
		}

		.Papan_navigasi_atas
		{
		background-image: linear-gradient(to right, rgb(72, 72, 255), rgb(115, 151, 250));
		}

		.dark {
			color: white;
			background-color:black
		}
		
		.box_of_images
		{
			display: grid;
			background-image: rgba(255, 255, 255, 0.753);
		}

		.center
		{
			display:block;
			margin-left: auto;
			margin-right: auto;
		}

		.pixel
		{
			font-family: "Pixelify Sans";
			text-decoration:"solid";
			font-size: 180%;
		}

		.Button {
			position: absolute;
	top: 10px;
	left: 10px;
  font-family:"Open Sans";
  font-size:50px;
  border-radius: 6px;
  border: none;
  width: max-content;
  height:70px;
  text-decoration:none;
  text-align:center;
  color: #fff;
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.Buuton {
	display: flex;
	flex-direction: column;
	margin: auto;
	font-family:"Open Sans";
	font-size:50px;
	border-radius: 6px;
	border: none;
	width: max-content;
	height:70px;
	text-decoration:none;
	text-align:center;
	color: #fff;
	background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
	 background-origin: border-box;
	box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }

.button:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
		
		.Button:hover {
			background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
			background-color:#dfdfdf;
		}

.Buttonleft
 {			position:absolute;
            top: 10px;
            right: 10px;
			 display: flex;
  flex-direction: column;
  align-items: center;
  margin:auto;
  font-family:"Open Sans";
  font-size:50px;
  border-radius: 6px;
  border: none;
  width: max-content;
  height:70px;
  text-decoration:none;
  text-align:center;
  color: #fff;
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
   background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.Buttonleft:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}
		.Buttonleft:hover {
			background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
			background-color:#dfdfdf;
		}
		
		.flex
		{
			display: flex;
		}

		.list
		{
			font-size: 100%;
		}

		.code
		{
			font-family: monospace;
		}


		
		.scrolling-thing {

		border: 3px solid black;
		border-radius: 5px;
		overflow: hidden;
	  }
	  
	  .scroll-text {
		/* animation properties */
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		
		-moz-animation: my-animation 15s linear infinite;
		-webkit-animation: my-animation 15s linear infinite;
		animation: my-animation 15s linear infinite;
	  }
	  
	  /* for Firefox */
	  @-moz-keyframes my-animation {
		from { -moz-transform: translateX(100%); }
		to { -moz-transform: translateX(-100%); }
	  }
	  
	  /* for Chrome */
	  @-webkit-keyframes my-animation {
		from { -webkit-transform: translateX(100%); }
		to { -webkit-transform: translateX(-100%); }
	  }
	  
	  @keyframes my-animation {
		from {
		  -moz-transform: translateX(100%);
		  -webkit-transform: translateX(100%);
		  transform: translateX(100%);
		}
		to {
		  -moz-transform: translateX(-100%);
		  -webkit-transform: translateX(-100%);
		  transform: translateX(-100%);
		}
	}
	

	.centerx {
	margin:auto;
  	text-align:center;
  	width:95%
}

	.links {
		color: #0000FF;
		text-decoration: underline;
	}

	.project_media h1 {    
		text-align:center;
		position:absolute;
		top:50%;
		width:100%;
		transform:translate(0%,-50%);
		-webkit-transform:translate(0%,-50%);
		color:#FFFFFF;
		font-family:"Open Sans";
		text-transform:uppercase;
		display:none;
	}
	
	.project_container:hover img {
		filter: brightness(0.3);
		-webkit-filter:brightness(0.3);
		-moz-filter:brightness(0.3);
	}
	
	.project_container:hover h1 {
		display:block;
	}

	.ghref
	{position:absolute;
	right:10px;
	background-color: #dfdfdf;}

	.bumuton {
		position: absolute;
		right:10px;
		font-family:"Open Sans";
		font-size: 30px;
		border-radius: 6px;
		border: none;
		width: max-content;
		height:40px;
		text-decoration:none;
		text-align:center;
		color: #fff;
		background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
		 background-origin: border-box;
		box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
	  }
	
	.bumuton:focus {
	  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
	  outline: 0;
	}
			
			.bumuton:hover {
				background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
				background-color:#dfdfdf;
			}
	
	.block {background:rgba(#ffffff 100%);
	te}
	
// From dev.to

// Fraction
.fraction {
  display: inline-block;
  vertical-align: middle; 
  margin: 0 0.2em 0.4ex;
  text-align: center;
  & > span{
    display: block;
    padding-top: 0.15em;
  }
  & span{
    &.fdn{
      border-top: thin solid black;
    }
    &.bar{
      display: none;
    }
  }
}

.Gamesbutton {
    -moz-box-shadow: 3px 4px 0px 0px #1564ad;
	-webkit-box-shadow: 3px 4px 0px 0px #1564ad;
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	padding:26px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	width: 20%;
}
.Gamesbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.Gamesbutton:active {
	position:relative;
	top:1px;
}

