@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;400;900&display=swap');
body {
    background-color: #000;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: .9vw;
    color:#fdf4f4;
    text-align: center;
}	
h1 {
    font-size: 15vw;
    font-weight: 900;
    margin: 0 auto;
}
h2 {
    font-size: 4vw;
    margin: -4vw auto 0 auto;
}
h2, h3 {
    font-weight:100;
    letter-spacing: 0.1137vw;
    color:#fdf4f4;
}
h3 {
    font-size: 2vw;
    text-align: left;
    margin: 1vw auto 0 auto;
    text-align: left;
}
h2, h3, p, ul, #partners{
    max-width: 40vw;
}
p,ul {
    margin: auto auto 1vw auto;
    text-align: left;
}
#partners {
    margin: auto;
    text-align: left;
}
#footer {
    position: fixed;
    left: 90%;
    bottom: 1vw;
    margin: 0;
    font-size: .75vw;
    text-align: right;
}

a:link,a:visited {
    color: #fdf4f4;
}

a:hover {
    color: #ff69b4;
}

a:active {
    color: #fdf4f4;
}