body {
    background: #244855;
    
}


.roundun {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  border-radius: 10%;
  border-width: 5px;
  border-style: solid;
  border-color: #90aead;
  margin-top: 50px;
  overflow: hidden;
}

.lowerband {
    width: 100%;
    position: absolute; /* Set div position to absolute */
    bottom: 0; /* Align to the bottom of the parent */
    background: #90aead ;
    height: 10%;     /* Optional: Add some padding to the div */
    padding: 10px;
    text-align: center;
}

.textone {
    color: #e64833;
    font-family:"poppins light";
}

.bodytext{
    margin-right: auto;
    margin-left: auto;
    color: #90aead;
    font-family:"poppins light";
}

.header1{
    font-size: 4em;
    margin-right:auto;
    margin-left: auto;
    text-align: center;
}

.main{
    font-size: 1em;
    margin-right:auto;
    margin-left: auto;
    text-align: center;
}


a {
    margin: auto;
    margin-right: 100px; /* Space between links */
    padding: 5px;      /* Space inside links */
    text-decoration: none; /* Remove underline */
    text-decoration: none;
    font-family: "poppins light";
    font-size: 1em;
    color: #244855;
}