@import url('https://fonts.googleapis.com/css?family=Lato|Raleway');
body {
    background: url(../img/fon_lending.png) no-repeat center top;
    font-family: Lato;
    font-weight: 300;
    font-size: 36px;
    color: #249893;
    -webkit-font-smoothing: antialiased;
    -webkit-overfow-scrolling: touch;
    margin-top: 10px;
}

.block {
    margin-top: 10px;
}

.myblock {
    margin-top: 10px;
    font-size: 24px;
}

.btn {
    background-color: #249893;
    font-family: Lato;
    font-weight: 300;
    font-size: 26px;
    color: #ffc38c;
    border-radius: 20px;
    /* -webkit-font-smoothing: antialiased;
    -webkit-overfow-scrolling: touch; */
    transition: background 0.5s;
}

.mybtn {
    margin-top: 100px;
}

.mybtn_min {
    margin-top: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}