body {
    margin: 0px;
    font-family: sans-serif;
	background: linear-gradient(-45deg, #23A6D5, rgba(75, 224, 189, 0.98));
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

img {
    border-radius: 50%;
    height: 200px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

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

main {    
    margin: 0.6rem;
}

h3{
    font-size: 1.3rem;
    font-family: 'Rubik', sans-serif;
}

li{
    font-size: 0.8rem;
    font-family: 'Rubik', sans-serif;
    padding: 0.5rem;
}


#header{
    display: flex;
    margin: 0px;

}

#header div h1{
    font-size: 35px;
}

#header nav ul li {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 0.1rem;
        
}

#header nav ul li a {
    text-decoration: none;
    color:white
}

#header nav ul li a:hover {
    text-decoration: none;
    color: black;

}

ul li {
    letter-spacing:  0.02rem;
    list-style: none;
}

ul li a {
    letter-spacing:  0.02rem;
    list-style: none;
    padding: 10px;
}



a h3{
color: white;
    text-decoration: none;
    font-size: 14px;
    }


article{
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}

footer{
    padding: 10px;
    color: white;
    background-color: #000000;
    font-weight: 300;
    font-size: 12px;
    position: sticky
    
}
