body {
font-family: Segoe UI Light;
}

.table {
    display: flex;
    justify-content: left;
    align-items: center;
}

.table a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.table table{
    border: 1px solid;
    margin: 5px 5px;
    font-size: 0.9em;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    spacing: 10px;
}

.table button {
    border-radius: 50px;
    background-color: #153c44;
    color: white;
    box-shadow: none;
    border: 0;
    padding: 8px 8px;
    font-size: 12px;
    margin: 5px;
}

.table tr, td {
  border: 0px;
  padding: 15px;
  text-align: left;
  font-size: 20px;
}

.columns {
    font-weight: bold;
}

.maintext {
  text-align: left;
  font-size: 25px;
}