body {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a18397+0,a48f9c+100 */
background: rgb(161,131,151); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(161,131,151,1) 0%, rgba(164,143,156,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(161,131,151,1) 0%,rgba(164,143,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(161,131,151,1) 0%,rgba(164,143,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18397', endColorstr='#a48f9c',GradientType=1 ); /* IE6-9 */
color: #fff;
font-family: 'Times New Roman', Times, serif;
}
#container {
    display: flex;
    justify-content: center;
    align-items: center;
  }  
img {
    width: 100%;
    max-width: 400px;
}
h1 {
    line-height: 1.2;
    font-weight: 400;
}
h1 span {
    font-size: 80%;
}
h3 {
    margin-bottom: 10px;
    font-weight: 400;
}
div {
    text-align: center;
}
#logo {
    margin-top: 3rem;
}
.button {
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    margin: 5px 20px;
    display: inline-block;
}
.button:hover {
    background-color: #997486;
}
.social-menu {
    margin-top: 2rem;
}
.social-menu svg {
    font-size: 25px;
    margin: 0 5px;
}
.social-menu i img {
    max-width: 19px;
    margin-bottom: -1px;
    margin-left: 8px;
}
.social-menu a, a {
    color: #fff;
    text-decoration: none;
}
.container {
    max-width: 600px;
    margin: 0 auto;
}
.footer {
    clear: left;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 15px;
}
@media (min-width: 600px) {
    .col2 {
    width: 50%;
    float: left;
}
    .col3 {
    width: 33%;
    float: left;
}
}