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

#pge {
    display: grid;
    place-items: center;
    height: 100vh; 
    color: darkorange;
    font-size: 100px;
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}