
    :root {
      --primary-color: #50BEC2;
      --primary-color-rgb: 80, 190, 194;
    }

    #mainmenu {
      margin-left: 10rem;
    }

    @media (max-width: 768px) {
      #auth-desktop { display: none !important; }
      #logo { display: none !important; }
      .main-image-desktop { display: none !important; visibility: hidden !important; }
      #transparent { height: 110px; border-bottom: 3px solid #171A1D; }
    }

    @media (min-width: 768px) {
      #auth-mobile { display: none !important; }
      .important-text { font-size: 20px; width: auto; }
    }

    .important-text {
      display: block;
      text-align: justify;
      font-size: 16.5px;
      line-height: 35px;
    }

    .video-teach {
      width: 350px !important;
      height: 350px !important;
      border-radius: 20px !important;
    }