body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f0f0f0;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.content {
    text-align: center;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

a {
    font-size: 50PX;
    color: rgba(255,255,255,0.5)
}

.icon {
    width: 50px; 
    height: 50px; 
    margin-right: 5px;
}

main {
    background-image: url('./plan-debut.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}