.frogsinSTEM {
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-family: Merriweather, Arial, serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 39px;
    display: flex;
  }

  .title-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    column-gap: 5px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
   }

  .header-spacing{
    flex-direction: row;
    flex-basis: 49%;
    justify-content: center;
    align-items: center;
  }
  
  .flex-container-1 {
    text-align: right;
    width: 85%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 22px;
    font-size: 6rem;
    line-height: 121px;
    display: flex;
  }
  
  .frogcord {
    vertical-align: baseline;
  }
  
  .spaced-sections {
    width: 100%;
    flex-direction: row;
    flex-basis: 68%;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    height: 50%;
  }
  
  .rounded-rectangle {
    height: 100%;
    background: rgba(43, 42, 46, 0.9);
    border-radius: 40px;
    flex-direction: row;
    flex-basis: 49%;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 25px;
    font-family: Cabin, Arial, serif;
    font-size: 20px;
    display: flex;
  }
  
  .rectangle-image {
    height: 100%;
    width: 100%;
    background: rgba(43, 42, 46, .9);
    border-radius: 39px;
    flex-basis: 49%;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 22px;
    padding-right: 12px;
    display: flex;
    size: inherit;
  }
  
  .disc-img {
    width: 579px;
    height: 843px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  #test1{
    margin: 15px;
  }

  .frogsinSTEM {
    padding-top: 20px;
  }

#serverbutton {
  margin-top: 10px;
  background-color: #545B64;
}

.img{
  width: 100%;
  height: 100%;
}