.contact-block {

    text-align: center;
    
}

.contact-block h3 {
    color: white;
    font-size: 40px;
    margin-bottom: 0;
}

.contact-block h1 {
    color: white;
    font-size: 40px;
    margin-bottom: 0;
}

.contact-border-bottom {
    width: 250px;
    background-color: #71fff8;
    height: 1px;
    display: inline-grid;
}

i {
    color: white;
}

.icon-block {
    text-align: center;
    display: grid;
    top: 100px;
    position: relative;
}

.icon-block li {
    display: inline-grid;
    color: white;
    list-style-type: none;
    margin-bottom: 70px;
}

.icon-block img {
    height: 50px;
    display: inline-grid;
    margin-left: auto;
    margin-right: auto;
}

.icon-block span {
    margin-top: 10px;
    font-size: 20px;
}

.icon-block span a {
    color : white;
    text-decoration: none;
}

ul {
    display: contents;
}