
* {
    margin: 0;
    padding: 0;
    border: 0;
}

.footer {
    margin-top: 10vh;
    width: 100vw;
    /* height: 60vh; */
    background-color: #FFF5E1;
    /* background-image: linear-gradient(to bottom, rgba(0, 180, 220, 1), rgb(0, 200, 100)); */
    display: flex;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: -50vh;
}

.bottomTop {
    display: flex;
    align-items: center;
    align-content: center;
    justify-self: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 2vh;
}

.imgBox1 {
    width: 62vw;
    height: 35vh;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-self: center;
    justify-content: center;
}

.imgBox2 {
    background: #fff;
    margin-left: 3vw;
    height: 35vh;
    width: 18vw;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-self: center;
    justify-content: center;
}

.img1 {
    width: 60vw;
    height: 33vh;
}
.img2{
    height: 29vh;
    width: 16vw;
}

.bottomContent {
    font-size: 1.4vw;
    font-weight: 540;
    width: 90vw;
    height: 10vh;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-self: center;
}