body {
    font-family: "Lato", sans-serif;
    transition: margin-left .5s;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    background: #000;
    text-transform: capitalize;
}

html, body {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#main-currency .logo {
    height: 150px;
    margin: 50px auto;
    max-width: 90%;
}

#main-currency {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#main-currency .wrapper {
    height: 100%;
    color: #fff;
    background-color: white;
}

#main-currency .wrapper {
    overflow: auto;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    #main-currency .logo {
        height: 130px;
        margin: 30px auto;
    }
}

#main-currency .logo {
    max-width: 90%;
}

img, iframe {
    display: block;
    border: 0;
}

#main-currency .currency {
    display: inline-block;
    width: 130px;
    margin: 25px 30px;
}

#main-currency .currency img {
    border: 1px solid #757474;
}

#main-currency .currency img {
    width: 62%;
    margin: 0 auto;
    border-radius: 100%;
}

.main-blink {
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#main-currency .btn {
    background-image: linear-gradient(to bottom, #020d8d, #2964e4);
    border-color: #292828;
    padding: 5px;
    margin-top: 15px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}

.btn {
    display: block;
    border: 1px solid #34740e;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    text-align: center;
    background-color: #4ba614;
    cursor: pointer;
    line-height: 20px;
}