.elementor-1111 .elementor-element.elementor-element-953454e{--display:flex;}.elementor-widget-archive-posts .elementor-button{background-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-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-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-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1111 .elementor-element.elementor-element-b49a80c{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1111 .elementor-element.elementor-element-b49a80c:after{content:"0.66";}.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-post__thumbnail__link{width:100%;}.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-post__meta-data span + span:before{content:"///";}.elementor-1111 .elementor-element.elementor-element-b49a80c.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1111 .elementor-element.elementor-element-b49a80c.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1111 .elementor-element.elementor-element-b49a80c.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1111 .elementor-element.elementor-element-b49a80c:after{content:"0.5";}.elementor-1111 .elementor-element.elementor-element-b49a80c .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-cac2369 */.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the viewport */
    text-align: center;
    padding: 20px; /* Padding to make sure it's not too close to the edges */
    box-sizing: border-box;
}

.terminal-command {
    font-family: 'Courier New', Courier, monospace; /* Monospaced font for terminal feel */
    background-color: #1e1e1e; /* Dark background like a terminal */
    color: #00ff00; /* Green text typical of old terminals */
    font-size: 5vw; /* Font size based on viewport width for responsiveness */
    padding: 2vw 4vw; /* Padding also set using viewport width units for responsiveness */
    border-radius: 10px; /* Slightly larger rounded corners */
    display: inline-block;
    max-width: 100%; /* Ensures the box doesn't overflow horizontally */
    word-wrap: break-word; /* Ensures long text wraps within the box */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adds shadow for lifted effect */
}

.user-prompt {
    color: #1aff1a; /* Brighter green for the user@admirux part */
    margin-right: 10px;
}

.terminal-command:hover {
    background-color: #333; /* Darker background on hover for effect */
    cursor: pointer; /* Pointer on hover to indicate clickable */
    color: #00ff88; /* Slightly different green on hover */
}

@media (max-width: 768px) {
    .terminal-command {
        font-size: 7vw; /* Slightly larger on smaller screens */
        padding: 3vw 5vw; /* More padding for smaller devices */
    }
}/* End custom CSS */
/* Start custom CSS */.terminal-command {
    font-family: 'Courier New', Courier, monospace; /* Monospaced font for terminal feel */
    background-color: #1e1e1e; /* Dark background like a terminal */
    color: #00ff00; /* Green text typical of old terminals */
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow for a lifted effect */
}

.user-prompt {
    color: #1aff1a; /* Brighter green for the user@admirux part */
    margin-right: 5px;
}

.terminal-command:hover {
    background-color: #333; /* Darker background on hover for effect */
    cursor: pointer; /* Change to pointer to indicate it's clickable */
    color: #00ff88; /* Slightly different color on hover for emphasis */
}/* End custom CSS */