body {

    background-color: black;
    background-image: url("images/background_forge.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.container {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

header {
    text-align: center;
    padding-bottom: 60px;
}

nav {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 25px;
    word-spacing:50px ;

}

nav a {

    color: white;
    font-size: 30px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;

}



main {
    text-align: center;
    font-family:  Helvetica, Arial, sans-serif;
    text-shadow: rgb(0, 0, 0) 1px 0 5px;
   

}



h1 {
    color: white;
    font-size: 80px;

}

p {
    color: white;
    font-size: 24px;
    font-weight: bold
    ;
}

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    text-align: center; 
  }
  
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 200px;
    text-align: center; 
  }
  
  div.gallery:hover {
    border: 1px solid black;
  }
  
  div.gallery img {
    width: auto;
    height: 190px;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
  }
  