@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body{
    margin: 0;
    background-color: #333;
    color: white;
    font-family: 'Quicksand', sans-serif;
}

a{
    text-decoration: inherit;
    color: inherit;
}

.flex{
    display: flex;
    align-items: center;
}

.just_center{
    justify-content: center;
}

.hypertexte{
    color: #c72d25;
    text-decoration: #c72d25 underline;
    font-weight: bolder;
}

input:focus{
    outline: none;
}