.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

table{
    margin-top: 20vh;
    font-size: 5vh;
    text-align: center;
}

th,td{
    padding: 5vh;
}

td,th{
    border-bottom: 0.2vh dashed black;
}
th{
    font-weight: bolder;
}


button {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(rgba(201, 132, 132, 0.84), rgba(228, 0, 0, 0.904) 50%);
    border-radius: 42px;
    border-width: 0;
    box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,rgba(179, 132, 201, 0.4) 0 8px 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-family: Quicksand,sans-serif;
    font-size: 5vh;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 16px;
    margin: 0;
    padding: 18px 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px,rgba(255, 255, 255, 0.2) 0 0 12px,rgba(57, 31, 91, 0.6) 1px 1px 4px,rgba(57, 31, 91, 0.32) 4px 4px 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    height: fit-content;
    margin-top: 15vh;
  }
  
  button:hover {
    background-image: linear-gradient(#B384C9, #391F5B 50%);
  }