body.flexContainer {
    display: flex;
    justify-content: center;
    height: 100vh;  /* This makes the container take full viewport height */
}

.flexContainerLogo {
    position: relative;
    margin-top: 185px;
}

.wysiwyg {
    font-family: "Rubik Vinyl", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #a722e6;
    font-size: 70px;
    opacity: 85%;
}

.estd {
    color: #06e678;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 6px;
    left: -10px;
    font-size: 6px;
    opacity: 50%;
}


body {
    background-image: url("../img/bg_img.png");
}

