body {
    background-color: #f1f1f1;
    background: radial-gradient(circle, #ffffff 0%, #e6e6e6 80%);
}

.content {
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-links {
    margin-top: 20px;
}

.icon-links a {
    margin: 17px;
}

.icon-links a img {
  width: 35px;
}
