/* 
SUMMARY: 

Global CSS properties. This file will be referenced in all HTML files.

DEV INFO:

For developer information, see 'nanoens-web/documentation/dev.txt' file.

NOTES:

Services CSS file, this code will be applied the services page.

Last Updated: 07/02/2025

*/

/* CODE */

main, .introduction, .main-container, .process-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main {
    background-color: rgba(0, 0, 0, 0.6);
}

.introduction {
    width: 100vw;
}

.background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.process-container {
    background-color: rgb(23, 35, 46);
    width: 100vw;
}