body {
    background-color: rgb(41, 41, 41);
    background-repeat: no-repeat;
    background-size: auto;
    background-position:50% 80px;
}

.nav {
    float: right;
    list-style: none;
    margin-top: 20px ;
    padding-right:10px;
  }
  
  .nav li {
      display: inline-block;
      padding-bottom: 20px;
  }
  
  .nav li a{
      color:rgb(252, 246, 246);
      text-decoration: none;
      padding: 5px 20px;
  }
  .nav li a:hover{
      background: rgb(46, 45, 45);
  }
  
  .logo img{
      width: 150px;
      float: left;
      padding-left: 5%;
      padding-top: 2%;
  }
  
  .title{
      padding-top: 20px;
      color: aliceblue;
  }

  .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10%;
}


.album {
    margin-top: 20px;
}

.album img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.links {
    margin-top: 10px;
}

.links a {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background-color: #414242;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.links a:hover {
    background-color: #0056b3;
}