body {
    background-color: rgb(33, 24, 41);
}

table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

td {
    border: 1px solid;
    color: #b9cde9;
}

th {
    background-color: #b591f7;
    border-radius: 20px;
    font-size: 20px;
}

a:link {
    color: #b9cde9;
    text-decoration: none;
}

a:visited {
  color: #b9cde9;
  }
  
a:hover{
    color: #C7AFFF;
}  

.box{
    display: flex;
    justify-content: center;
    background-color: #7d93f3;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    border: 5px solid #657eeb;
    border-radius: 20px;
}

.header {
    font-size: 35px;
    margin: 10px;
}