@font-face {
    font-family: Beyond Wonderland;
    src: url(wonderland.ttf); format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 5em;
    font-family: Beyond WOnderland;
}
h2 {
    f

}
nav {
    display: flex;
    background-color: darkgray;
    justify-content: space-evenly;
    align-items: center;
    height: 75px;
}
nav i, nav a {
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    font-size: 23px;
    transition: 0.5s;
    font-weight: bolder;
}
nav i:hover, nav a:hover {
    color: blue;
}
p {
    font-family: Climate Crisis;
}