a {
    color:rgb(238, 255, 233);
    text-decoration: none;
}

a:hover {
    color:rgb(169, 193, 161);
}

body {
    background-color: rgb(150, 163, 142);
    color: rgb(238, 255, 233);
    font-family: "Alice", serif;
    font-size: 3vh;
}

h1 {
    font-family: "Petemoss", sans-serif;
    font-size: 12vh;
}

@font-face {
    font-family: Alice;
    src: url(./fonts/Alice-Regular.ttf);
}

@font-face {
    font-family: Petemoss;
    src: url(./fonts/Petemoss-Regular.ttf);
}

@media (min-width: 768px) {
    .w-md-30h {
        width: 30vh;
    }
}