


body {
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    width: 800px;
}

.site-header{
    display: flex;
justify-content: space-between;
margin: 30px;
}
.main-title{
    width: 300px;
    margin-left: 10px;
}

.nav-wrap{
    width: 600px;
    display: flex;
    justify-content:end;
}

a {
    margin: 3px;
    color: rgb(72, 68, 70);
}

a:hover {
    color: antiquewhite;
  }

  a:link {
    text-decoration: none;
  }
img.cover_img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    margin: 5px;
}

img.full_img {
    
    object-fit: cover;
    margin: 5px;
}

main{
    margin-left: auto;
    margin-right: auto;
   
}
div.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px;
    border: 1px solid #ccc;
    float: left;
    border: 0px;
    max-width: 800px;
  }
  .back-to-top{
text-align: center;
margin-left: auto;
margin-right: auto;
  }

.portfolio-container{
    display: flex;
    flex-direction: column;
}
.story{
    text-align: center;
    color: antiquewhite;
}