body {
    background: rgb(26, 39, 39);
    color: white;
    font-family: sans-serif;
    height: 100%;
}

h1, h2, h3 {
    border-bottom: 10px solid rgb(58, 190, 207);
    color: white;
    width: fit-content;
    left: 0;
}

p {
    border-style: solid;
    border-radius: 1%;
    border-color: rgb(58, 190, 207);
    width: fit-content;
}


/*Note to self: REMEMBER THIS CODE FOR A FIXED FOOTER!*/
footer {
    position: fixed;
    color: white;
    background-color: rgb(58, 190, 207);
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}