@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Yatra+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Timmana&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

canvas {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* #stars {
    position: fixed;
    z-index: 100;
} */

#c {
    z-index: 1;
    position: fixed;
}

/* input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
} */

section {
    position: relative;
    width: 100%;
}

section#p1 {

}

section#p2 {
    background: linear-gradient(180deg, rgba(0,0,0,0), #0C0F1D);
}
section#p3 {
    background: linear-gradient(180deg, #0C0F1D, #06080E);
}

section#p4 {
    background: linear-gradient(180deg, #06080E, #0C080C);
}

section#p5 {
    background: linear-gradient(180deg, #0C080C, #040410);
}

section#all {
    z-index: 10;
    /* color: white; */

    font-family: 'Noto Sans Display', sans-serif;
}

#names {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50%;
}

#names button {
    background-color: rgba(0,0,0,0);
    border: 1px solid white;
    color: white;
    padding: 1rem 2.5rem;
    /* text-transform: uppercase; */
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Noto Sans Display', sans-serif;
    cursor: pointer;
}

#banner {
    height: 50%;
    width: 100%;
    position: relative;
}

#confession {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0rem;
    margin: 0;
    background-color: #000914;
    display: none;
}

#confession .header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    /* background-color: #0C0F1D; */
}

#confession .header .name {
    font-size: 1.5rem;
    color: white;
}

#confession .header .close-btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    padding: .5rem 1rem;
    border: 2px solid white;
    border-radius: 100px;
}

#confession .content {
    padding: 1rem;
    font-size: 1.5rem;
    position: relative;
    color: white;
}

#security_check {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20%;
}

#security_check input {
    width: 50%;
    padding: 1rem;
    font-size: 1rem;
    border: 0;
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.1); */
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    text-align: center;
    font-family: 'Noto Sans Display', sans-serif;
    outline: none;
}

#security_check button {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    color: white;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    /* font-weight: 300; */
    font-family: 'Noto Sans Display', sans-serif;
    cursor: pointer;
}

body {
    background-color: #040410;
    /* background-color: #40FFC4; 
    background-color: #00D1FF; 
    background-color: #FF6B6B; 
    background-color: #FFB8B8; 
    background-color: #FFD166; 
    background-color: #A0A0A0; */
}
