@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&family=Tilt+Neon&display=swap");

body{
    background-color: rgb(104, 106, 109);
    font-family: "Tilt Neon", sans-serif;
}
#main-div{
        margin: 0 auto;
        max-width: 800px;
        padding: 20px;
}       
#dg{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding: 10px;
    
}
td{
    padding: 10px;
}
.divs{
    padding: 10px 30px;
    margin: 20px  0px;
    background-color: rgb(227, 229, 229);
    border-radius: 10px;
    border: 2px rgb(11, 11, 11) solid;
}
.divs:hover{
    color: rgb(227, 229, 229);
    background-color: rgb(0, 0, 0);
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    
}
.footer {
    display: grid;
    place-items: center;
    margin: 0px;
    padding: 10px;
    background: rgb(227, 229, 229);
    color:black;
  }
  .footer h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .footer-social a i{
    color:black;
    font-size: 25px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }