@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Basic");
@import url("https://fonts.googleapis.com/css?family=Nunito");

body {
    font-family: Nunito;
    background-color: #212529;
    color: #FFFFFF;
    font-weight: 400;
}
a:link {
    text-decoration: none;
    color: #00FFA2;
}
a:visited {
    text-decoration: none;
    color: #00BC27;
}
a:hover {
    text-decoration: none;
    color: #AC0002;
}
a:active {
    text-decoration: none;
    color: #009A62;
}
h1 {
	font-family: Basic;
    font-size: 2rem;
}
h2 {
	font-family: Basic;
    font-size: 1.5rem;
}
h3 {
	font-family: Basic;
    font-size: 1.25rem;
}
h4 {
	font-family: Basic;
    font-size: 0.75rem;
}
h5 {
	font-family: Basic;
    font-size: 0.5rem;
}
h6 {
	font-family: Basic;
    font-size: 0.25rem;
}

.li {
    text-align: center;
}