
/* card blocks */
/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

.main {
    z-index: 50;
}

.made_by {
    margin-top: 10px;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    z-index: -1;
    color: #3e5e4e;
}

    .made_by a {
        text-decoration: none;
        color: #3e5e4e;
    }
