table {
    border-style: solid;
}

td {
    text-align: center;
    border-style: solid;
}

tr {
    border-style: solid;
    text-align: center;
}

body {
    background-color: whitesmoke;
}

.error-loading-message {
    display: none;
    margin-top: 1rem;    
    height: 100px;
    width: 300px;
    background-color: rgb(219, 120, 120);
    color: white;
    text-align: center;
    border-radius: 3%;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

top a {
   margin-top: .6rem; 
   margin-bottom: .6rem; 
}