@import url("https://fonts.bunny.net/css?family=albert-sans:200,300,400,500");

body {
    height: 90vh;
    background-color: black;
}

h1 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 700
}

h2 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 500
}

p {
    font-family: "Albert Sans", sans-serif;
    font-weight: 300
}

li {
    font-family: "Albert Sans", sans-serif;
    font-weight: 300
}

h1, h2, p, li {
    color: #fff;
}