footer {
    width: 100%;
    min-height: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    text-align: left;
  }
  
  #footer1,
  #footer2 {
    width: 33.33%;
    padding: 1%;
    float: left;
  }
  
  #footer3 {
    width: 33.33%;
    padding: 1%;
    float: left;
  }

  #footer1 a,
  #footer2 a,
  #footer3 a,
  #footer4 a {
    text-decoration: none;
    color: white;
    text-align: left;
  }
  #footer1 a:hover,
#footer2 a:hover,
#footer3 a:hover,
#footer4 a:hover {
  color: #9a9af7;
}
  
  footer b {
    display: inline-block;
  }
  
  .design {
    background-color: #0046FF;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 1em;
  }
  
  .design a {
    text-decoration: none;
    color: white;
  }
  
  .design p {
    text-align: center;
  }

  .footer {
    font-size: 0.8em;
  }

  #footer1 {
    padding: 1% 0.5%;
  }
  