body {
    height: 100vh;
    width: 100vw;
    background-image: url(images/backgroundIndex.png);
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    max-width: 1200px;
  
}

.contentBox {
    background-color: white;
    margin: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border: solid #e6ccbc 1px;
    border-radius: 1.2rem;

}

#updatesRow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin: 40px auto;
}

#loungeImage{
  height: 545px;
  width: 1200px;
}