header {
    display: none;
}

body {
    background: gray;
    background-image: url(../img/Img_Mountains_BG_Email-Web_Mobile@3x.png);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    background-color: black;
}

.expired-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}

.header-logo {
    height: auto;
    width: 170px;
    margin-bottom: 25%;
}

h1 {
    font-family: Roboto, Arial;
    font-size: 20px;
}
