/* Style the footer */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #1e1e1e;
    color: #fff;
    padding: 20px;
    float: inline-end;
    margin-top: 50px;


}


div a:hover{
    background: #fb0165;
		color:#fff;
}