
html, body {
  color: #fefeff;
}

body {
  font-family: Literata;
  font-weight: 400;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0; 
}



div {
  position: absolute;
  left: 50%;
  top: 25%;
  
  z-index: 1;
 
  transform: translate(-50%, -30%);
  
  font-size: 19px;	
  color: white;
}




h1 {
  background: linear-gradient(to right, #599FFF, #FD94C6);
  background-clip: text;
  color: transparent;
  display: inline;
  
  font-size: 30px;
  font-weight: 750;
}

h2 {
  display: inline;
  
  font-weight: 550;
  font-size: 28px;
}




p {
  font-weight: 500;
}



ul {
  padding-left: 0px;
  list-style-type: square;
  list-style-position: inside;
}

ul li {
  padding-left: 0px;
  margin-bottom: 15px;
}



#contacts {
	padding-left: 0px;s
	list-style-type: none;
}



a {
  transition: transform 0.4s ease;
  color: inherit;
}

a:hover {
  transform: scale(1.05);
}	



