body {
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif, Times;
    background-color: #7C869C;
  }

  a {
    color: black;
  }

  hr {
    margin-top: 1px !important;
  }
  
  #app {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }
  
.container {
    padding: 10px;
    background-color: #7C869C;
}

.logo {
margin-bottom: 20px;
}

.emphasize {
  font-weight: 700;
}

.logo img {
   max-width: 300px; 
   height: 75px;
}

/* table, th, td {
    border: 3px solid black;
  } */

  .small-text {
    font-size: 70%
  }

  .large-text {
    font-size: 90%
  }

  .quote {
    font-family: Arial, Helvetica, Sans-Serif, Times;
    font-weight: 500;
    color: white;
    text-align: left;
  }

  #quote-dev {
    padding-left: 20px;
    width: 90%;
  }

  .icon__links {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      margin-top: clamp(-20px, -12vw, -120px);
      padding-top: 25px;
  }

  .icon__links a {
    display: block;
    padding: 10px;
}

.icon__links img {
  width: 40px;
}

@media (max-width: 1250px) {
  .icon__links img {
    width: 30px;
  }
}