.footer2 {
    width: 99.9%;
    height: 350px;
    display: flex;
    margin-top: 90px;
    border: 1px solid lightgray;
}

.foot2 {
    width: 32%;
    height: 350px;
    margin-left: 15px;
}

.foot2 h1 {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 20px;
}

.foot2 p {
    color: white;
    margin-top: 20px;
    font-size: 18px;
}

.foot2 a {
    margin-left: 170px;
    font-size: 20px;
    color: white;
}

.welcome {
    margin-left: 300px;
    
}

.welcome2 {
    margin-left: 300px;
    margin-top: -30px;
}




@media (max-width: 700px) {
    .footer2 {
        width: 100%;
        height: 100%;
        display: flex;
        margin-top: 90px;
        flex-direction: column;
    }

    .foot2 {
        width: 100%;
        height: 350px;
        margin-left: 0px;
    }

    .foot2 h1 {
        text-align: center;
        color: white;
        font-size: 25px;
        margin-top: 20px;
    }

    .foot2 p {
        color: white;
        margin-top: 40px;
        font-size: 18px;
        margin-left: 20px;
    }

    .foot2 a {
        margin-left: 170px;
        font-size: 20px;
        color: white;
    }

    .welcome {
        margin-left: 10px;
        font-size: 30px;
    }

    .welcome2 {
        margin-left: 10px;
        margin-top: 0px;
    }
    

}