*{
  padding: 0;
  margin: 0;
}

.logo {
    width: 100px;
    background-color: transparent;
}

ul {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    list-style: none;
    font-size: medium;
}

.menu {
    text-decoration: none;
    color: black;
}

.first__image {
    max-width: 1640px;
    height: 613px;
    width: 100%;
}

.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#2E2E2E;
  color:#fff;
}


.footer__logo{
  display: flex;
  justify-content: left;
  height: 100px;
  width: auto;
}

.footer__center {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.social-media{
  height:30px; 
  width:40px;
}
