	.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}

	.sticky + .content {
	  padding-top: 60px;
	}
	
	.myshake:hover {
	  animation: shake 0.5s;
	  animation-iteration-count: infinite;
	}

	@keyframes shake {
	  100% { transform: translate(0px, -5px) rotate(0deg); }
	}
	
	.top{
	opacity: 0.5;
	}
	
	.top:hover{
	opacity: 1;
	}
	
	.dark-line{
		border: 1px solid;
	}
	
	.cursor{
		cursor: pointer;
	}