* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    height: 100vh;
    background-color: #dedada;

}
h1 {
    font-size: 16px;
    color: #fff;
}
p{
    font-size: 14px;
    color: #fff;
}
a {
  text-decoration: none; 
  color: #fff;
  font-size: 1rem;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #ef2c42;
}
.logo {
    text-align: center;
    font-size: 40px;
    margin: 50px 0;

}

main {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.lien1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding: 5px 20px 5px 20px;
    background-color: #ef2c42;
    border-color: #ef2c42;
    border-radius: 20px;
    cursor: pointer;

}


img {
    width: 30px;
}

.image {
    display: flex;
    margin-right: 10px;
}

