/*common styles*/
body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto Slab', serif;
}

/*fund-raiser styles*/

.fund-raiser {
    display: flex;
    height: 190px;
    background-color: white;
    color: #11122b;
    /*flexbox container*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 100px;
}

    .fund-raiser img {
        width: 400px;
        height: 100%;
    }

    .fund-raiser {
    height: 400px;
    border-top: 10px solid white;
    color: #11122b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Ubuntu Condensed", sans-serif;
    box-shadow: inset 0px -26px 79px -8px rgba(0, 0, 0, 0.58);
}

    .fund-raiser > .columns-wrapper {
        width: 1000px;
        
        justify-content: space-between;
        align-items: center;
    }

        .fund-raiser > .columns-wrapper > .column {
            align-items: center;
            padding: 20px;
            margin: 42px;
            text-align: center;
            border-bottom: 5px solid transparent;
            border-radius: 10px;
            transition: 1s;
        }

       