.irl-content {
   font-family: 'orbitron', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(45deg, #ffffff, #000000, #ffffff);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 110% 110%;
    background-position: 0% 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
} 


.irl-content .l-card {
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px #fff4e3;
    min-width: 400px;
    max-width: 500px ;
    width: 100%;
    margin-bottom: 0;
    border:1px solid #fff4e3;
    margin-top: 11rem !important;
}

.irl-content .l-card p {
        font-family: 'orbitron', sans-serif;
        font-size: 1.4rem !important;
        font-weight: bold;
        color: #fff4e3;
        text-align: center;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0.75rem auto 1.2rem;
        text-shadow: 5px 5px 15px #000000;
}

.irl-content .l-card h2 {
    font-family: 'orbitron', sans-serif;
    font-size: 1.8rem !important;
    font-weight: bold;
    color: #fff4e3;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.75rem auto 1.2rem;
    text-shadow: 5px 5px 15px #000000;
}

.irl-content .login-btn {
    padding: 0.7rem 1.7rem;
    margin-top: 1.6rem;
    margin-left: 2.5rem;
    margin-right: 0;
    margin-bottom: 0;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border:1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    font-size: 0.8rem;
    font-family: 'orbitron', sans-serif;
    animation: all 0.3s ease;
    text-decoration: none;
}

.irl-content .login-btn:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}

.irl-content .cleano {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    color: #000000;
    border: 1px solid #fff4e3;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    font-family: 'orbitron', sans-serif;
    animation: all 0.3s ease;
    text-decoration: none;
} 


.irl-content .cleano:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
    color: #000000;
    transform: scale(1.03);
}