body {
    font-family: "Inter", sans-serif;
    background: url('bg.jpg');
}

.page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 1rem;
}

h1 {
    color: rgb(164, 207, 89);
    font-weight: 500;
   font-size: 2rem;
    text-transform: uppercase;
    margin-block: 4rem 0;
    line-height: 1.6em;
    opacity: .95;
}

p {
    color: rgb(232, 250, 202);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .01em;
    margin-top: 0;
    max-width: 20rem;
    opacity: .9;
}
.img-wrapper {
    min-width: 200px;
    max-width: 500px;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}