.center
{
    text-align:center;
    display: flex;
    justify-content:center;
    align-items:center;
    height: 100vh;
}
.social
{
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
    color: grey;
    text-align:center;
}
.icon-linkedin
{
    color: grey;
    margin: 0 8px;
    font-size: 150%;
}
.icon-twitter
{
    color: grey;
    margin: 0 8px;
    font-size: 150%;
}
.footer
{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    color: grey;
    font-family: "Roboto";
    text-align:center;
}
body
{
    background-color: black;
}