.elementor-kit-9{--e-global-color-primary:#89B642;--e-global-color-secondary:#BFD392;--e-global-color-text:#FFFFFF;--e-global-color-accent:#008A83;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#202020;color:#FFFFFF;font-family:"Fira Code", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#89B642;color:var( --e-global-color-text );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:none;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:#BFD392;}.elementor-kit-9 e-page-transition{background-color:#FFFFFF;}.elementor-kit-9 p{margin-block-end:26px;}.elementor-kit-9 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-9 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-9 h1{color:#89B642;font-family:"Fira Code", Sans-serif;font-size:55px;font-weight:800;}.elementor-kit-9 h2{color:#89B642;font-family:"Fira Code", Sans-serif;}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:"Fira Code", Sans-serif;}.elementor-kit-9 h4{font-family:"Fira Code", Sans-serif;}.elementor-kit-9 h6{font-family:"Fira Code", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-logo {
    max-width: 105px
}

.console-style {
    font-size: 49px;
    color: #89b642;
    font-weight: bold;
    text-align: center;
}

/* CSS Blink Animation */
.blink {
    animation: blink-animation 1s steps(1, start) infinite;
}

@keyframes blink-animation {
    50% {
        visibility: hidden;
    }
}/* End custom CSS */