table {
    background-color: white;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.tab {
    border-style: double;
    border-width: 5px;
    border-color: #00758f;
    font-size: 25px;
}

.artbg {
    background-image: url(https://codehs.com/uploads/f02bb7a7bde59040b41cd9a71dfd82a0);
    background-size: cover;
}

.contactbg {
    background-image: url(https://codehs.com/uploads/ca3584e15e55990423fefe83c79e99c9);
    background-size: cover;
}

.edenbg {
    background-image: url(https://codehs.com/uploads/fd8af7aed86fe43e41417bacbba1e9a0);
    background-size: cover;
}

.musicbg {
    background-image: url(https://codehs.com/uploads/99995ec8c421510398b4fc6a5c6de711);
    background-size: cover;
}

body {
    background-color: #c8d6ea;
}
h1, h2, h3, h4, h6 {
    color: white;
    alignment
}
p, ul {
    color: white;
    font-size: 20px;
    margin-left: 100px;
    margin-right: 100px;
}
a {
    color: #ff6f61;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.SkyLogo {
    height: 25%;
    width: 25%;
}
.SecondVideo {
    float: center;
}
.specialTitle {
    text-align: center;
}

.bg-light {
    background-color: #b3cccc;
}

footer p{
    font-size: 10px;
}

footer h5 {
    font-size: 10px;
}

footer a {
    font-size: 10px;
}

img:hover {
    filter: grayscale(100%);
}

body {
    padding-top: 200px;
}

.jumbotron > h1, h1 > small {
    color: white;
}

.generatedpng {
    height: 15%;
    width: 15%;
}