body {
    background-color: rgba(0, 98, 128, 0.975);
}

h1 {
    color: white;
}

p {
    color: white;
    text-align: left;
}

a {
    color: lightgrey;
}

.ascii-art {
    text-align: left;
}

.flex-container {
    display:flex;
}

.attributes {
    text-align: left;
}

.font1 {
    color:darkorange;
}

.font2 {
    color:rgb(255, 255, 255);
}