body {
    background: url(Zangetsu.jpg);
    background-color: #464646;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    text-align: center;
}

.links { 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
        
.fab {
    padding-left: 15px;
    font-size: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;

    color: #ffffff;
}

.fab:hover {
    opacity: 0.7;
}

.fa {
    padding-left: 15px;
    font-size: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;

    color: #ffffff;
}

.fa:hover {
    opacity: 0.7;
}