* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    color: #202124;
    background: #fff;
}

main {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45rem;
    row-gap: 1rem;
}

nav {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 1rem;
    
}

nav button {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: none;
    border: none;
    font-size: 16px;

}

.button2:hover{
    background: #f1f3f4;
    border-radius: 5px;
}

.milieu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    row-gap: 1rem;
    margin-top: 3rem;
}

h1 {
    font-size: 120px;
    letter-spacing: -0.4rem;
}


.lettre:nth-child(1) {
    color: #4285F4;
}

.lettre:nth-child(2) {
    color: #EA4335;
}

.lettre:nth-child(3) {
    color: #FBBC05;
}

.lettre:nth-child(4) {
    color: #4285F4;
}

.lettre:nth-child(5) {
    color: #34AB53;
}

.lettre:nth-child(6) {
    color: #EA4335;
}



input {
    max-width: 35rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 40px;
    font-size: 25px;
    margin-top: 1rem;
    border: solid 0.5px;
}

input:hover {

    box-shadow: 0 0 4px 3px rgb(184, 210, 255);
}



.end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lesButtons button {
    background: none;
    padding: 0.5rem;
    border-radius: 20px;
    font-weight: bold;
    background: rgba(197, 196, 196, 0.352);
    border: none;

}

.lesButtons button:hover {
    color: #34AB53;
    box-shadow: 0 3px 6px 1px gray;
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
a{
    text-decoration: none;
    color: #70757a;
}
.exception {
    list-style: none;
}

@media (max-width: 768px){
nav{
    justify-content: center;
    padding: 0;
   
}
    .lesButtons button{
       font-size: 0.7rem;
    }

    .end{
        font-size: 0.8rem;
    }
 input{
    
    font-size: 1rem;
    padding: 0.7rem;
 }
h1{
    letter-spacing: -0.3rem;
}

}

@media (max-width: 425px){
    
input{
    
    font-size: 0.75rem;

width: 85%;
 }
 h1{
    font-size: 50px;
    letter-spacing: -0.1rem;
 }
.lesButtons button{
    font-size: 0.55rem;
}
}

@media (max-width: 1024px){
    nav{
        width: 97%;
    }
.google{
    width: 100%;
}



}
