@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;
	font-weight:;
	border-top:
}

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) {
    ...
}

img {
	border: purple 3px solid;
	width: 20%;
	display: inline;
	position: relative;
	opacity: 85%;
	margin-right: 50px;
	margin-left: 47px;
	margin-bottom: 50px;
}

h5 {
	border: 4px solid purple;
	color: #8c00ff;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 90px;
	padding: 100px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite;  
	font-size: 220%;
}

img:hover {
	opacity: 50%;
	border: 5px solid #8c00ff;
}

@media only screen and (max-width: 699px) and (min-width: 300px) {
  h1 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 30px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite; 
	margin-bottom: -2%; 
	font-size: 200%;
	margin-right:auto;
	margin-left:auto;
}
    h5 {
	border: 4px solid purple;
	color: green;
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 30px;
	-webkit-animation: h1 1.5s step-end infinite;    
    	animation: h1 1.5s step-end infinite;  
	font-size: 180%;
	margin-left: auto;
	margin-right: auto;
}
    h3 {
	color: green;
	font-size: 70%;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
	position: relative;
	font-weight: cursive;
}
    
img {
	border: purple 3px solid;
	width: 55%;
	display: inline;
	position: relative;
	opacity: 85%;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (max-width: 860px) and (min-width: 700px) {
	img {
		width: 70%;
}

h5 {
	font-size: 250%;
}

h1 {
	font-size: 280%;
}
h3 {
	font-size: 120%;
}
}

@media only screen and (max-width: 1100px) and (min-width: 861px) {
	img {
		width: 55%;
}

h5 {
	font-size: 290%;
}

h1 {
	font-size: 350%;
}

h3 {
	font-size: 150%;
}
}

@media only screen and (max-width: 281px) and (min-width: 240px) {
	img {
		width: 120%;
		margin-left: auto;
		margin-right: auto;
}

h5 {
	font-size: 75%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
}

h3{
	font-size: 60%;
}
}

@media only screen and (max-width: 329px) and (min-width: 290px) {
	img {
		width: 120%;
		margin-left: -13px;
		margin-right: auto;
}

h5 {
	font-size: 105%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px
}

h1 {
	font-size: 150%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 40px;
}

h3{
	font-size: 80%;
	margin-top: -30px;
}
}
