body{ 
    background-color: #001427;
    color:#ebebd3 ;
    margin: auto;
}
h1{
    text-align: center;
}
.copy{

    max-width: 80ch;
    margin: auto;
    font-size: 1.5rem;
    text-indent: 50px;

}
.hero {
    display: block;
    margin: auto;
    max-width: 800px;
    min-width: none;
    align-self: center;
    border-radius: 5%;
}
.gallery{
    position: relative;
    left: 125px;
    padding-top: 50px;
}

.pic {
    max-width: 60ch;
    margin: auto;
    border-radius: 5%;
    padding-top: 10px;

}
.list{
    list-style: none;
}
.contact {
    text-align: center;
    list-style: none;
    font-size: 1.5rem;
}