header{
    padding: 10px;
    background-color: #714284;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

a{
    color: white;
    text-decoration: none;
    font-size: 28px;
}

i{
    font-size: 20px;
    color: white;
    margin-top: 4px;
}

.heading{
    color: #714284;
}

