* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;

    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000000;
    font-size: 18px;

    background-color: #ECECEC;
}

img {
    max-width: 100%;
}
a{
    color: #ED1C24;
}

.button-primary {
    display: inline-block;
    -webkit-appearance: none;
    margin: 0;
    width: auto;
    overflow: visible;
    padding: 1.44rem 2rem;
    line-height: 1.2;
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #FFFFFF;
    font-family: "Nunito", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 1.95px;
    -webkit-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
    background-color: #ED1C24;
    color: #FFFFFF;
}
.center {
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;         
    flex-flow: row nowrap;
    align-items: center;
    -ms-flex-align:center;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: 100vh;
    height: 100vh;

}

.content {
    -webkit-flex: 0 1 auto; 
    -ms-flex: 0 1 auto;  
    flex: 0 1 auto;
    padding: 1rem;
    text-align: center;
}

.logo {
}


.social {
    margin-top: 2rem;
}

.social a {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    transition: opacity 0.1s;
}

.social a:hover,
.social a:focus {
    opacity: 0.7;
}

@media only screen and (max-width: 600px) {

}

