* {
    font-family: 'Wix Madefor Display';
    margin: 0;
    padding: 0;
}

body {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.social-links {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}

.social-links > li {
    width: 100%;
    margin: 0 5% 0 5%;
}