.language-selector {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.language-option {
    margin: 0 10px;
    cursor: pointer;
}

.language-option img {
    width: 30px;
    height: 30px;
 
}

#content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}
#content p{
  color: #fff;
  font-size: 2.8rem;
}

body{
    background-image: url('hero.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

footer {
    text-align: center;
    color: #000;
    font-size: 18px;
	bottom: 0;
   position: absolute;
   margin: auto;
   width: 100%;
  }
  footer img {
    max-width: 20px;
    position: relative;
    margin-right: 5px;
    display: inline-block;  
    top: 5px;
}

  footer p {
    display: inline-block;
  }
  footer a {
    color: #000;
  }