@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    padding: 25px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    background-color: rgb(58, 58, 58);
}

h1{
    color: rgb(186, 215, 240);
    font-weight: 900;
}

li{
	line-height: 1.6em;
    font-weight: 700;
}

li,a{
    color: azure;
}

a:hover{
    color: green;
}