body {
    font-family: "Roboto", sans-serif;
    background: black;
}

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

h1 {
    color: rgb(244, 126, 0);
    font-weight: 300;
   font-size: 2rem;
    text-transform: uppercase;
    margin-block: 0;
    line-height: 1.6em;
    opacity: .95;
}

p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .01em;
    margin-top: 0;
    max-width: 20rem;
    opacity: .9;
    line-height: 1.6;
}
.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;
}