* {
    padding: 0;
    margin: 0;
}

nav {
    width: 100%;
    height: 120px;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

div {
    display: flex;
    flex-direction: row;
}

label {
    color: white;
    font-size: 30px;
}

#MotDePasse {
    font-size: 30px;
}

button {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: lime;
    font-size: 25px;
}

button:hover {
    background-color: green;
}

h1 {
    font-size: 30px;
}

#sections {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

#colonne_generer {
    width: 50%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap-reverse;
}

#colonne_crack {
    width: 50%;
    height: 1000px;
    background-color: black;
    color: lime;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nb_cara {
    width: 35px;
    height: 40px;
    font-size: 30px;
}