body {
    background-color: #1e2330;
}

p {
    color: white;
    font-size: 20px;
}

a {
    color: #4586aa;
    font-size: 20px;
    transition: 1s ease;
}

a:hover {
    color: #a074e7ad
}

h1 {
    color: white;
    font-size: 40px
}

table {
    color: white;
    font-size: 20px;
}

table {
    background-color: #161f3b;
    border: white 3px;
}

h2 {
    font-size: 32px;
    color: white
}