﻿
body {
    height: 100%;
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    flex-direction: column;
}

@media (max-width: 768px) {

}

.container-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 7%;
    z-index: 9000;
    flex-direction: column;
    text-align: center;
    opacity: 1 !important;
}

@media (max-width: 568px) {
    .container-title .title h1 {
        font-size: 2rem !important;
    }

    .container-title .title h5 {
        font-size: 1.1rem !important;
    }
}

.wrapper {
    width: 0;
    height: 0;
}

.container img {
    position: absolute;
    /* max-width: 100%; */
    max-height: 90%;
    transform: translate(-50%, -38%);
}

