*{
    padding:0px;
    margin:0px;
    overflow-x: hidden;
}
footer{
    background-color:#1c1d1f;
}
/* footer-1 */
#footer-1,#footer-2{
    padding:20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#footer-1_txt{
    color: rgb(248, 248, 248);
    /* line-height: 2px; */
}
#footer-1_headtxt{
    font-size: 1.6rem;
    font-weight: bold;
}
#footer-1_bodytxt{
    margin-top:5px;
    color: rgb(231, 229, 229);
    font-size: 1.2rem;
    /* font-weight: bold; */
}
#footer-1_button button{
    font-size: 1.15rem;
    font-weight: bold;
    height:50px;
    width:200px;
    color:white;
    background-color: #1c1d1f;
    border: white solid 0.5px;
}
/* footer-1 */
/* footer-2 */
#footer-2_txt{
    color:white;
    font-weight: 700;
    font-size: 1.32rem;
}
#udemy{
    color:blueviolet;
}
#footer-2_logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;

}
#footer-2_logo-1,#footer-2_logo-2,#footer-2_logo-3,#footer-2_logo-4,#footer-2_logo-5{
    margin-right: 15px;
}
/* footer-2 */
/* footer-3 */
#footer-3-divisions{
    padding:40px;
    display:flex;
    justify-content: space-around;
}
#box-1,#box-2,#box-3{
    display:flex;
    flex-direction: column;
    font-size: 1.2rem;
    list-style: none;
    color: rgb(237, 237, 237);
    line-height: 2rem;
}
#footer-3-box-4 button{
    height:40px;
    width:auto;
    padding:10px;
    overflow: hidden;
    background-color: #1c1d1f;
    border:rgb(235, 235, 235) solid 1px;
    color: rgb(235, 235, 235);
    font-weight: 700;
    font-size: 1.2rem;
}
.fa{margin-right:10px; font-size: 1.5rem;}
/* footer-3 */
/* footer-4 */
#footer-4{
    padding:20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:rgb(232, 232, 232);
}
#footer-4 img{height: auto;width:150px;}
/* footer-4 */
