@font-face {
    font-family: "Danganronpa";
    src: url("../font/platform_eight.ttf");
}

body {
    margin: 0px;
    padding: 0px;
    background-color: black;
}

header {
    margin: 0px;
    padding: 0px;
    color: white;
    width: 100%;
}

h1 {
    font-size: 15vh;
}

h2 {
    font-size: 8vh;
}

.div-titre {
    margin-top: 5vh;
}

.titre {
    width: 100vw;
    text-align: center;
    font-family: danganronpa;
    z-index: 100;
    position: absolute;
    margin-top: 10vh;
}

.image {
    position: absolute;
    margin-left: 50vw;
    color: white;
    width: 40vw;
    margin-top: 20vh;
}

main {
    position: absolute;
    background-image: url("../images/background.png");
    color: black;
    background-color: #d942fa;
    background-size: 75vh;
    margin-top: 100vh;
}

.regle {
    width: 100vw;
    height: 50vh;
    font-family: danganronpa;
    text-align: center;
}

.regle p {
    font-size: 5vh;
}

.password {
    height: 20vh;
    width: 50vw;
    font-family: danganronpa;
    font-size: 10vh;
    margin-top: 10vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    margin-left: 25vw;
    border-radius: 20vh;
}

#keywordinput {
    position: absolute;
    width: 25vw;
    height: 10vh;
    font-size: 3vh;
    text-align: center;
    font-weight: 900;
    margin-left: 12.5vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 10vh;
}

.liste_perso {
    width: 100vw;
    height: 10vh;
}

.titre-secret {
    font-family: danganronpa;
    text-align: center;
    color: white;
    font-size: 10vh;
}

p {
    color: white;
    text-align: center;
    font-size: 4vh;
    font-family: danganronpa;
}