#footer{
    background-color: black; color: white;
  }
  #footer img{
    width: 40px; height: 40px; border-radius: 50%;
  }
  #footer-1,#footer-0{
    text-align: center;
  }
  #footer-0 span{
    width: 24%; font-size: 18px;
  }
  #footer-1 span{
    width: 19%;
  }
  
  #footer a{
    color: white;
  }
  #footer-1 a{
    color: rgba(0,200,200,1);
  }
  #footer-2 h4{
    text-align: center;
  }
  #footer-2 a{
    margin-left: 10%;
  }
  #master{
    font-size: 14px; font-family: times; text-align: right; color: green; font-style: italic;
    background-color: white; font-weight: bold;
  }
  @media screen and (max-width: 767px){
    #footer-1 span{
      width: 49%; 
    }
    #footer-0{
      text-align: left; margin-left: 20%; margin-top: 20px;
    }
    #footer-0 span{
      width: 99%; 
    }
  }