* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

a p {
    color: #999;
    margin-top: 1em;
    font-size: small;
    font-weight: 400;
    letter-spacing: 0.75;
}

a p:hover {
    color: black;
}

img {
    width: 160px;
    height: auto;
}