html {
    background-color: grey;
    color: purple;
    font-size:  10px;
}

main {
    margin: 0px 20px;
}

body {
    margin: 0px;
    padding: 18px;
    font-size: 3.0rem;
}

h1, h2 {
    text-align: center;
    font-size: 4rem;
}

p {
    text-align: center;
    font-size: 3rem;
}

 li {
    text-align: left;
    width: 60%;
    height: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5rem;
    font-size: 2.3rem;
}

.nav-top {
    background-color: rgba(0,0,0,.3);
    border-radius: 25px;
}

.nav-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    height: 100%;
    width: 90%;
    padding-left: 20px;
}

.nav-top a {
    color: purple;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    border-radius: 8px;
}

.nav-top a:hover {
    background-color: rgba(255, 255, 255, 0.199);
    color: rgb(182, 38, 182);
}

.nav-top li {
    padding-bottom: 20px;
}

.img-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    object-fit: cover;

}

img {
    width: auto;
    height: 250px;

}

.finescript {
    font-size: 1.4rem;
    padding-top: 20px;
    border-top: 1px solid black;
}