/** Holding stylesheet */
html {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 1.5rem;
    text-align: center;
}
.container {
    width: 75%;
    margin: 0 auto 20px auto;
}
header {
    text-align: center;
}
header img {
    max-width: 100%;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Alfa Slab One', cursive;
}

.social-media a {
    display: block;
    margin: 10px;
    text-decoration: none;
}
.social-media img {
    width: 200px;
    height: auto;
}