@font-face {
    font-family: 'Poppins'; 
    src: url('../fonts/Poppins.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins2'; 
    src: url('../fonts/Poppins2.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    background-color: #191919;
    overflow: hidden;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.content {
    position: relative;
    gap: 10px;
    height: 100%;
    z-index: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    pointer-events: none;    
}


.title {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: clamp(25px,8vw, 250px);
    font-family: 'Poppins';
    color: white;
}

.dashboard {

    margin-top: -100px;
    background-color: rgb(50, 50, 50);
    color: white;
    padding: clamp(10px,1.5vw, 100px);
    font-size: clamp(10px,1.5vw, 100px);
    border: none;
    border-radius: 10px;
    font-family: "Poppins2";
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.dashboard:hover {  
    background-color: #ffffff;   
    color: rgb(50, 50, 50); 
}

.name {
    margin-bottom: 100px;
    text-align: center;
    font-size: clamp(0px,1vw, 250px);
    font-family: 'Poppins2';
    color: white;
}

.text{
    text-align: center;
    margin-top: 25px;
    max-width: 750px;    
    font-size: clamp(0px,1vw, 250px);
    font-family: 'Poppins2';
    color: white;
}

.logo_paris_cite{
    margin-left: 30px;
    margin-top: 30px;
}