﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    color: white;
    background-color: #181026;
}

.sectionR {
    text-align: right;
}

.sectionStandard {
    margin: 20px;
}

.footerNorm {
    background-color: rgba(34, 34, 34, 0.25);
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 15px 20px;
    width: 25%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footerNorm p {
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
}

#welcomer {
    margin-left: -10px;
    margin-top: -10px;
    position: relative;
    width: 98.6%;
    min-height: 35%;

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./welcoming/back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.welcomerContent {
    color: white;
    max-width: 500px;
}

.welcomerContent h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.welcomerContent p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}