html,
body {
    height: 100%;
}

body {
    font-family: Courier, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
}

h1 {
    font-size: 3rem;
    text-align: center;
}

img {
    min-width: 20rem;
    max-width: 40rem;
    width: 75%;
    height: auto;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1.2rem;
}

.text {
    display: flex;
    flex-direction: column;
    gap: 0;

    h1 {
        margin: 0;
    }
}