* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.icon {
    width: 24px;
    height: 24px;
}

.wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.icons {
    padding-top: 10px;
}

.icons a {
    text-decoration: none;
}