body {
    background-color: rgba(20, 20, 20, 0.8);
}

h1{
 color: rgb(95, 132, 160);
}

p {
    color: burlywood;
}

