header {
|
|
> ul {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
gap: 25px;
|
|
}
|
|
& li {
|
|
border: 2px solid #ee6464;
|
|
border-radius: 10px;
|
|
background-color: #2b4bbe;
|
|
padding: 8px 16px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
table {
|
|
background-color: rgb(43, 75, 190);
|
|
color: #fff;
|
|
border-color: rgb(139, 189, 229);
|
|
& th {
|
|
background-color: rgb(238, 100, 100);
|
|
}
|
|
}
|