@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
footer{
    background: linear-gradient(to right, black, rgb(17, 17, 17));
    color: whitesmoke;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    text-align: center;
    height: auto;
    padding-bottom: 100px;
}
.footer-section{
    flex: 1 1 200px;
    margin: 10px;
    
}
.footer-section h3{
    color: rgb(211, 38, 38);
    cursor: pointer;
}
.footer-section h3:hover{
    color: mediumorchid;
}
.footer-section a{
    color: whitesmoke;
    text-decoration: none;
    margin: 0 10px 0;
}
.footer-section a:hover{
    color: mediumorchid;
}