body {
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    position: absolute;
    top: 50%;
    width: 100%;
    min-width: 320px;
    margin: -30px 0 0;
}

.container h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.container h1 a {
    display: inline-block;
    background: #000;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container h1 a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.container p {
    margin-bottom: 30px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
}

.container .social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container .social-media ul li {
    display: inline-block;
    margin: 0 16px 0 0;
    font-size: 14px;
}

.container .social-media ul li:last-child {
    margin: 0;
}

.container .social-media ul li a {
    display: block;
    width: 16px;
    color: rgb(0, 0, 0);
}

.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.app-btn {
    width: 45%;
    max-width: 160px;
    color: #fff;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.app-btn.blu {
    background-color: #101010;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    margin: 25px;
}

.app-btn.blu:hover {
    background-color: #454545;
}

.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}

.app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}