*, *::before, *::after {
  box-sizing: border-box;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


body {
    margin: 0 !important;
    background: url('img/mysupportbee-hero.jpg') no-repeat center;
    background: url('img/mysupportbee-hero.jpg') no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    width: 100vw;
    height: 100%;    
}

#bodycover {
    margin: 0 !important;
    display: block;
    position: absolute;
    width: 100%;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0.3);
}


#maindiv {
    margin: 0 !important;
    display: block;
    position: absolute;
    width: 100%;
    width: 100vw;
    height: 100%;
    margin-inline: auto; 
    width: fit-content;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#subdiv {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin-inline: auto; 
    width: fit-content;
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    /* background-color: rgb(255 255 255 / 0.7); */
    transform: translateY(-50%);
    padding: 20px;
}

.mybee-logo {
    width: 100%;
    text-align: center;
}

.mybee-logo img {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.mybee-title {
    font-size: 60px;
}

@media screen and (max-width: 1365px) {
    .mybee-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 900px) {
    .mybee-title {
        font-size: 30px;
    }
}
