@font-face {
    font-family: 'Celestina';
    src: url('fonts/Celestina.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
  height: 100vh;
  width: 100vw;
  background-color:#f0f0f0;
  overflow: hidden;
}

.title {
  background-color: #f0f0f0;
  padding-top: 10px;
}

.title h1 {
    font-family: 'Celestina', sans-serif; 
    text-align: center;
    font-size: 120px;
}

.content-container {
  background-color:#f0f0f0
}

.content {
    background-image: url("images/team.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 100%;
 }

 .footer-text {
    white-space: nowrap;
 }

 .footer {
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
 }

 .footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.9);
 }

 .footer-icons {
  margin-bottom: 16px;
}

