
body {
    Margin:auto;
    width: 60%;
    font-family: "Cormorant+Garamond";
    background-color: rgb(0, 0, 0);
  }

  .about {
    Display: Block;
    color: #f2f2f2;
    font-size: 30px;
    text-decoration: none;
    padding: 10px 35px;
    position: absolute;
    top: 0;
    width: auto;
    height: 220px;
    background-image: url(fotos/foto35.jpg);
    background-size: cover;
  }

.header{
    Margin:0;
    Display:block;
    background-color: rgb(0, 0, 0);
    justify-self: center;
}

img{
    display: inline;
    width: 37%;
    height:  auto;
    Margin: 25px;
}

img.full{
    display:block;
    width: 74%;
    height: auto;
    Margin: 50px;
}

img.omhoog{
    display: inline;
    width: 37%;
    height:  auto;
    margin-bottom: 100px;
}

img.footer{
    display:block;
    width: 168%;
    height: auto;
    Margin-left:-330px;
}

.stack{
    Width: AUTO;
    z-index: 9;
    font-family: "Cormorant+Garamond";
    font-size: 28px;
    color:rgb(255, 254, 254);
    margin-top: -100px; 
    padding-left: 90px;
    padding-right: 20px;
    justify-self: center;
    opacity: 0.6;
    
    
    text-decoration: none;
  }

  a:hover{
    color:rgb(140, 151, 76);
    font-weight: bold;
    opacity: 1;
  }