body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;  
}
.navbar{
    color: white;
    background-color:#ff1e83;
}

.navbar > img{
  height: 13vh;
}

  footer {
      background-color:#e2e2e2 ;
      color: black;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .footer-column {
      flex: 1 1 200px;
      margin: 20px;
    }

    .footer-column h3 {
      margin-bottom: 15px;
      color: #000000;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      color: #000000;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-column ul li a:hover {
      color: #000000;
    }

    .footer-social a {
      margin-right: 15px;
      color: #000000;
      font-size: 20px;
      text-decoration: none;
    }

    .footer-social a:hover {
      color: #000000;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      border-top: 1px solid #444;
      padding-top: 15px;
      font-size: 14px;
      color: #000000;
    }

