html {
    background: url(images/coming_soon_background.jpg) center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

a {
    text-decoration: none;
    color: #B1ACEA;
}

.center-image {
    margin: 0 auto;
}

.social-container {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
}

.social-container ul {
    margin-block-start: 0;
}

.social-container ul li {
    list-style-type: none;
    padding-bottom: 1rem;
}

.icon {
    width: 1rem;
    height: 1rem;
    fill: #B1ACEA;
}

@media only screen and (max-width: 600px) {
    .center-image {
        max-width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .center-image {
        max-width: 90%;
    }
}

@media only screen and (min-width: 768px){
    .center-image {
        max-width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    .center-image {
        max-width: 45%;
    }
}

@media only screen and (min-width: 1200px) {
    .center-image {
        max-width: 33%;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}