header {
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26); */
    margin: 3rem auto;
    border-radius: 25px;
    padding: 1rem;
    /* background-color: #141816; */
    color: white;
    text-align: center;
    width: 90%;
    max-width: 40rem;
  }

#uta-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    margin: 3rem auto;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    width: 90%;
    max-width: 40rem;
  }
