@font-face{
    font-family: 'Awugh';
    src: url('Awugh.otf');
}

*{
    font-family: 'Awugh';

}

body {
	background: linear-gradient(-45deg, #955bfd,#fd8efd,#83dbfd);
	background-size: 400% 400%;
	animation: gradient 80s ease infinite;
	height: 100vh;
  background-image: url(cristalli2.png);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}

}



h1{
        margin-top: 22%;
        text-align: center;
        font-size: 5.5vw;
        color: white;
        text-shadow: 2px 2px rgba(255, 84, 255, 0.801), 3px 3px 2px rgba(138, 149, 151, 0.603);
        font-family: 'Teko', sans-serif;
}

header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  
}
header .logo
{
  color: #fff;
  font-family: 'Teko', sans-serif; 
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}


a
{
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.1s;
}
a:hover
{
    color: #ff8aef;
    background:  linear-gradient(#955bfd,#fd8efd);
    transition-delay: 0.2s;
    box-shadow: 0 0 10px #83dbfd, 0 0 40px #eb52ff, 0 0 80px #ffffff;
}
@media (max-width: 992px)
{
  #header
  {
    padding: 20px;
  }
  #header .logo
  {
    font-size: 1.5em;
  }
 
  h1{
    margin-top: 80%;
    text-align: center;
    font-size: 7.5vw;
    color: white;
    text-shadow: 2px 2px rgba(255, 84, 255, 0.801), 3px 3px 2px rgba(138, 149, 151, 0.603);
    transform: translateY(-50%);
    font-family: 'Teko', sans-serif;
    
   
}
body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
     background-image: url(cristalli2.png);
}

}
