footer{
  width: 100%;
  height: 75vh;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 200px;
}
#container div{
  width: 50%;
}
#container h1{
  text-align: start;
  padding: 20px 0px;
  color: #e34a3c;
  font-size: 40px;
}
#container p{
  text-align: start;
  font-size: 22px;
  padding: 3px 0px;
}

#copyrigth{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(107, 107, 107, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0px -2px 8px 8px rgba(0, 0, 0, 0.5);
}