@import url('https://fonts.googleapis.com/css?family=Comfortaa');
html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background: linear-gradient(#FD3A74, #FD5763);
}

body {
    font-family: 'Comfortaa', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.content {    
    max-width: 500px;
    margin: auto;
}
.buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.button {
    min-width: 191px;
    display: inline-block;
    padding: 0.4em 1em;
    background-color: rgba(255, 255, 255, 1);
    border-radius: .6em;
    color: #8d7e7e;
    text-decoration: none;
    margin-bottom: 1em;
    transition: .3s;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
}
a {
    color: #EE4D5F;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.ul-wrapper {
    display: flex;
    justify-content: center;
}
.footer {
    position: relative;
    margin-top: 20px;
}
.ul-wrapper li  {
    color: white;
}
.message-wrapper {
    display: flex;
    justify-content: center;
}
.message {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
    background-color: white;
    color: #8d7e7e;
}
.slogan {     
    font-size: 25px;    
    line-height: 1.2;
}
.logo  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.button .button-label {
    display: inline-block;
    padding-left: .4em;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.button .button-small-label-android {
    font-size: .8em;
    font-weight: 400;
    display: block;
}
.button .button-big-label-android {
    font-size: 1em;
    font-weight: 600;
    display: block;
}
.text-center {
    text-align: center!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
}

.text-center {
    text-align: center!important;
}
.text-white {
    color: #fff!important;
}