html {
    height: 100%;
    width: 100%;
}

body {
    align-items: center;
    background: black;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
}

.main-content {
    max-width: 600px;
    padding: 0 10%;
    width: 100%;
}

img {
    width: 100%;
}

.links {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}

.links a:hover .icon {
    color: #c00000;
}

.icon {
    color: white;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}