html {}

.icons-social i {
    font-size: 3em;
}

title {
    visibility: hidden;
}

* {
    display: flex;
    flex-direction: column;
    min-height: 20px;
    justify-content: center;
    padding: 0 0px;
    text-align: center;
    background-color: skyblue;
}

#header {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 4em;
    font-weight: 600;
}

#tagLine {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 2em;
    font-weight: 600;
}

.icons-social {
    display: inline;
}

.icons-social i {
    padding: 10px;
}

a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 1em;
}