*{
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-evenly;
    height: 100vh;
}

.tour_img {
    max-width: 75%;
    max-height: auto;
    /* max-height: 85%;
    max-width: auto; */
}

.ees_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    top: 10%;

    max-width: 1000px;
}

.headerText {
    font-size: 4vw;
    /* margin-top: -4em; */
    /* margin-bottom: 1.2em; */
}

.eko_logo {
    margin-top: 10%;
    width: 70%;
    height: auto;
}

.eesLogoBtn {
    font-size: 1.8vw;
    padding: 0.7em;
    background-color: #3376BA;
    color: white;
    border: none;
    border-radius: 0.5em;
    margin-top: 4em;
}