header {
    background: linear-gradient(90deg, #6C92F4 0%, #1A73E9 100%);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    color: white;
    margin-bottom: 50px;
}

header .icons {
    display: flex;
    justify-content: flex-end;
    margin-right: 5vw;
    gap: 10px;
}

header .icons i {
    color: white;
}

main section article {
    max-width: 720px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}