@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

#particles-js {
		width: 100%;
    		height: 100%;
    		position: fixed;
}


html {
	height: 100%;
}
body {
  	height: 100%;
  	margin: 0;
	padding: 0;
	background-color: black;
	display: inline;
}

h3 {
	color: green;
	font-size: 110%;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
	position: relative;
	font-weight: cursive;
}

h1 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 90px;
	padding: 50px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite; 
	margin-bottom: -2%; 
	font-size: 230%;
}

@-webkit-keyframes h1 {    
    from, to {    
        border-color: purple    
    }    
    50% {    
        border-color: #8c00ff    
    }    
}    
@keyframes h1 {    
    from, to {    
        border-color: #8c00ff   
    }    
    50% {    
        border-color: purple  
    }    
}    

@media screen and (min-width:1px) and (max-width:1920px) {
    ...
}
@media screen and (min-width:1920px) {
    ...
}

#color {
	color: #8c00ff;
}

h5 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 90px;
	padding: 140px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite;  
	font-size: 150%;
}

@media only screen and (max-width: 600px) {
  h1 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 90px;
	padding: 30px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite; 
	margin-bottom: -2%; 
	font-size: 170%;
	margin-right:1px;
	margin-left:1px;
}
    h5 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 60px;
	padding: 30px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite;  
	font-size: 70%;
	margin-right:1px;
	margin-left:1px;
}
    h3 {
	color: green;
	font-size: 70%;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
	position: relative;
	font-weight: cursive;
}
}