main {
    padding-top: 4%;
    width: 100%;
}

header {
    padding-bottom: 8%;
}

#text-area {
    padding-left: 3.5%;
    padding-right: 2.5%;
    color: azure;

}

footer {
    padding-bottom: 10%;
}

h2 {
    text-align: center;
    color: azure;
}

h3 {
    color: azure;
    text-align: center;
    font-family: Optima, sans-serif;
    font-size: 60%;

}

#tape{
    width: 100%;
}



body {
    display: flex;
    background-color: rgb(26, 25, 25);
}

#text-typed {
    color: azure;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: auto;

}


.movement {
    color: aliceblue;
}




.bouton {
    text-align: center;
    font-size: 90%;
}

.name {
    position: relative;
    text-align: center;
}

.start {
    background-color: grey;
    border-radius: 10px;
    color: black;
    




}

/** //style plus google , généré par chatgpt
body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

input[type="text"] {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 18px;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bouton {
    text-align: center;
    margin-top: 50px;
}

button {
    background-color: #333;
    color: #f5f5f5;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    margin: 0 10px;
}

select {
    background-color: #f5f5f5;
    color: #333;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #333;
    margin: 0 10px;
}

#text-area {
    text-align: center;
    margin-bottom: 50px;
}

#text-typed {
    text-align: center;
}

.movement {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
}**/