
:root {
    --color-1: #4a5759;
    --color-2: #b0c4b1;
    --color-3: #dedbd2;
    --color-4: #f7e1d7;
    --color-5: #edafb8;
    --color-6: #fff;
}



body {
    font-family: 'Arial', sans-serif;
    color: var(--color-1);
    background: url('../img/regular-human-job-performed-by-anthropomorphic-futuristic-robot.jpg') no-repeat top center/cover;
    min-width: 100%;
    min-height: 100vh;  
}


.glass {
    width: 90%;
    height: 90%;
    position: fixed;
    left: 5%;
    top: 5%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--color-6);
}

.page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;

    span {
        font-size: 1rem;
    }
}

.tab-pane {
    padding: 20px;
    
}
