body {
    background-color:#1a1b26;
}

table {
    border-collapse: collapse;
    margin-bottom: 2.5%;
}

td {
    color:#c0caf5;   
    margin:10px;
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: Fira Code;
}

thead {
    text-align: left;
}



tr:nth-of-type(2n+1) {
    background-color: #41486880;
}

tr:nth-of-type(1) {
    background-color: #1a1b2680;
}

th {
    background-color: #1a1b26;
    padding-bottom: 1rem;
    font-family:inter;
    font-size: 1.2rem;
    color:#7aa2f7;
    font-weight: normal;
    border-bottom: 1px solid #c0caf5;
}

.color {
    width: 20px;
    height: 20px;
    border-radius:50%;
    margin-left: 10%;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
    
}

.header {
    color: #f7768e;
    text-align: left;
    font-size: 40px;
    font-family: inter;
    padding-top: 20px;
}



.palettename{
    color:#9ece6a;
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1rem;
    font-family: inter;
    border-bottom: 1px solid #414868;
    width: fit-content;
    padding-top: 1rem
}

.headnav {
    height:4rem;
    text-align:left;
    font-family: Fira Code;
}


.redirects {
    padding-top: 20px;
    padding-left: 10%;
    white-space: nowrap;

}

.redirects a {
    margin-right:40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color:#9aa5ce;
    transition: 40ms;
}

.redirects a:hover {
    text-decoration: underline;
    text-decoration-color: #7dcfff;
}

p {
    color: #c0caf5;
    font-family: inter;
    font-size:25px;
}


footer {
    display: flex;
    max-height: 120px;
    flex-direction: row;
    background-color: greens;
    margin-top:100px;
    border-top: 1px solid #565f89;
    padding-left: 55px;
}


ul {
    list-style: none;
    color: #565f89;
    padding: 0;
}

.menu-h2 {
    color: #9aa5Ce;
    text-align: left; 
    font-size: 20px;
    font-weight: normal;
    font-family: inter;
    height: 15px;
}

.link-list {
    margin-left: 10px;
    margin-right: 95px;
    font-family: inter;
    font-size: 15px;
}

.link-list a {
    color: #565f89;
    text-decoration: none;
}

.link-list a:hover {
    text-decoration: underline;
}

