body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    margin: 0;
    text-align: center; /* Centers the text horizontally */
    flex-direction: column; /* Stacks the content vertically */
}


img {
    display: block;
    height: 70svh;
    margin: 0 auto;
    
}

p {
    display: block;
    position: relative;
    margin-bottom: 12px;
}

a {
    padding-top: 12px;
    color: black;
}

a:hover {
    color: #0B53C5;
}

