* {
    margin: 0;
}

html,
body,
.wrapper {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1a1a1a;
    text-align: center;
    color: #eee;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span {
    opacity: 0.5;
    font-weight: normal;
}

a {
    display: inline-block;
    margin: 0 5px;
}

h1 {
    margin-bottom: 16px;
}

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

img {
    width: 50px;
    border-radius: 50%;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.4);
}