*{
    margin: 0;
    padding: 0;
}


footer{
    min-height: 300px;
    height: auto;
    color: white;
    background-color: #7634bf;
    padding: 60px 60px 20px 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
    justify-content: center;

    h2{
        font-size: 20px;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    > div {
        height: 100%;
        min-width: 350px;
        flex: 1;
    }

    #left{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: space-between;
    }

    
}