@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
}
h1{
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: whitesmoke;
}

p{
    max-width: 500px;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: dimgray;
}

img{
    padding-top: 20px;
    padding-bottom: 20px;
}

.highlight{
    color: whitesmoke
}

.ending{
    color: crimson;
}

.key{
    color: greenyellow;
}