#container {
    position: relative;
    display: flex;
    min-height: 100vh;
}

#content-wrap {
    padding: 2.5px;
}

footer {
  position: relative;
  display: flex;
  width: auto; 
  text-align: center;
  display: inline-block;
  color: black;
}

body {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #a6cbf5;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: center;
    display: inline-block;
}

#wrapper {
    background: #f7fafd;
    margin: auto; 
    padding: 20px;
    width: 250px; 
    text-align: center;
    border-radius:10px; /* round corners */
    box-shadow:0px 3px 5px 5px #0000002f; /* add shadow */
}

input[type=number] {
    background-color: aliceblue;
    color:black
}

#generate{
    background-color:rgba(25, 37, 207, 0.562);
    border-color:rgba(25, 37, 207, 0.562) ;
}

p{
    color: black;
}

#TableBands{
    width: 80%;
    margin: auto; 
    margin-bottom: 10px;
    background-color: rgba(140, 0, 255, 0.144);
}

td {
    text-align: center;
    color: black;
  }

th{
    text-align: center;
    background-color: rgba(25, 37, 207, 0.562);
    color:#f7fafd
}

article{
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.199);
    width: 80%;
    color: black;
}


/* table tbody tr:hover {background-color: rgba(211, 10, 10, 0.253);} */
tr:nth-child(even) {background-color: #ffffffcc;}
