/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:5px;
	padding:10px;
	height:100%;
    background: rgb(115,0,255,);
    background: linear-gradient(0deg, rgba(115,0,255,1) 0%, rgba(235,219,255,1) 100%);
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
    text-align: center;
}

.sick { 
position: relative;
    left:35px;
    top:80px;
    font-size:400px;
}
.crazy { 
position: relative;
    left:5px;
    top:8px;
    font-size:450px;
}

.We {
    color:rgb(235,219,255);
    rotate:90px;
    position: fixed;
    top: 300px;
    left:50px;
    opacity: 90%;
    
}

p{  font-size: 300px;
    word-spacing:15px;
    line-height: 500px;
    text-shadow: -400px 200px 20px rgba(58, 49, 68, 30);
  color: #7300ff; 
 background-image: linear-gradient(180deg, #7300ff 0%, #ebdbff 82%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
    position:absolute;
    bottom 600px
}

    
}

body { 
  padding: 100px;
  font-family: "Chelsea Market", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(115,0,255);
}

header {
  font-family: "Syne Mono", serif;
  font-weight: 400;
 font-size: 40px;
  font-style: normal;
font-style: italic;
    letter-spacing: 100px;
  color: rgb(115,0,255);

}

h2{  color:rgb(235,219,255);
  font-family: "Syne Mono", serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
   position:fixed;
    left: 60px;
    bottom: 800px;
    rotate: 90deg;
    margin: 10px;

}

footer{
  color:rgb(235,219,255);
  font-family: "Syne Mono", serif;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
   position:fixed;
    right: 0px;
    bottom: 500px;
    rotate: 90deg;
    margin: 10px;
}

#container {
	
}




