body {
    background: #ff0089;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.logo {
    margin-bottom: 60px;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 300;
}

ul {
    display: flex;
    padding: 0;
    margin-top: 20px;
}

ul li {
    background-color: white;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    overflow: hidden;
}

ul li:nth-child(1) {
    margin-right: 5px;
}

ul li a.insta {
    text-indent: -999px;
    background-image: url(insta.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
    width: 55px;
}

ul li a.fb {
    text-indent: -999px;
    background-image: url(facebook.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
    width: 55px;
}