@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
  font-family: "Whyte";
  src: url("../fonts/ABCWhyteVariableEdu-Regular.woff") format("woff");
  src: url("../fonts/ABCWhyteVariableEdu-Regular.woff2") format("woff2");
    src: url("./../fonts/ABCWhyteVariableEdu-Regular.woff") format("woff");
  src: url("./../fonts/ABCWhyteVariableEdu-Regular.woff2") format("woff2");
}
* {
    background-color: #fafafa;
    color: #141414;
    font-family: 'Poppins';
    font-weight: lighter;
    margin: 0;
}
::selection{
    background-color: rgba(0, 0, 0, 0);
}
header {
    padding: 16px;
}

nav {
    font-weight: 600;
    position: fixed;
    width: 100%;
    position: relative;
    font-weight: 600;
    font-weight: bolder;

    font-weight: bold;
    a {
        margin-right: 32px;
        text-decoration: none;
    }
    a:hover {
text-decoration: underline;    }

}


h1, h2 {
    font-weight: 600;
    position: fixed;
    width: 100%;
    position: relative;
    font-weight: 600;
    font-weight: bolder;

    font-weight: bold;

}
main {
    padding: 16px;
    text-align: justify;
    font-weight: 700;
}
p {
    font-weight: 500;
    text-align: left;
}
a{font-weight:500;}
/*
div.menu {
    background-color: rgba(0, 0, 0, 0);

}

ul, li {background-color: rgba(0, 0, 0, 0);
}*/
footer {
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgb(0, 38, 255);
    font-weight: 400;
	height: 48px;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 0.251rem;
  font-family:'Whyte';
}
footer::selection {
    color: #39fc03;
    background-color: rgba(0, 0, 0, 0);
}
h1>a {
    text-decoration: none;font-weight: 900;letter-spacing: 0.1rem;font-size: 2.7rem; color: #141414;
}