@import url(fontawesome.css);
@import url("<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");


		html {
		  scroll-behavior: smooth;
		}
		
		body {
			background-color: #212121;
			padding: 35px;
		}
		
		h4, h1 {
			color: #fff;
		}
		
		span {
			color: #a84fea;
		}
		
		em {
			color: #00b7b7;
		}
	
		p {
			color: #fff;    
			font-size: 13px;
    		line-height: 22px;
		}
		
		@media screen and (max-width: 767px) {
		.window-content {
			position: absolute;
			width: 80%;
			padding-right: 30px;
			}
		}
		
		#myBtn {
		  display: none;
		  position: fixed;
		  bottom: 20px;
		  right: 30px;
		  z-index: 99;
		  font-size: 18px;
		  border: none;
		  outline: none;
		  background-color: #a84fea;
		  color: white;
		  cursor: pointer;
		  padding: 15px;
		  border-radius: 4px;
		}

		#myBtn:hover {
		  background-color: #70339d;
		}

		/* Basic */
		a {
			text-decoration: none;
			background: linear-gradient(to top, #00b7b7, #017a7a);
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
		}

		a:hover {
			text-decoration: none;
			background: linear-gradient(to top, #017a7a, #00b7b7);
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
		}

		ul {
			padding: 0px;
			margin: 0px;
			list-style: none;
		}

