footer {
    margin-top: 40px;
    /* Rest of the style added in JS itself */
    background-color: rgb(24, 0, 112);
    width: 100%;
    height: 80px;
}

h1 {
    font-size: xx-large;
}

h2 {
    /* text-decoration: underline;
    color: rgb(192, 192, 192); */
}

body {
    /* text-align: left; */
    color: white;
    background-color: black;
}

.page-footer__copyright {
    position: absolute;
    margin-left: 20px;
    margin-top: 30px;
}

.LogoHeading {
    font-size: 40px;
    text-decoration: underline;
    text-align: center;
}