/* .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

html,


/* ===== Loader CSS 👇 =====*/

body {
    background-color: #2a7373;
    height: 100vh;
    width: 100vw;
    margin: 0px;
}

.main-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease-out;
}

img {
    width: 200px;
    height: 200px;
    position: absolute;
}