html {
    background-color: rgb(25, 84, 115);
}

p{
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
}

a{
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
}

#title img{
    padding-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#picture img{
    width: 700px;
    height: auto;
   margin-right: 40px;
   margin-left: 10px;
}

#folder img{
    width: 200px;
    height: auto;
   margin-right: 40px;
   margin-left: 8rem;
}

.box-layers{
    background-color: rgb(135, 154, 164);
    padding: 1rem 1rem 1rem 1rem;
    border-top: 15px solid #dddddd;
    margin: 2rem 0;
}

.row {
    box-sizing: border-box;
  }
  
  .column {
    float: left;
    width: 45%;
    padding: 30px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color:rgb(227, 75, 174);
    color: rgb(255, 195, 234);
    margin: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    }
    
.navbar li{
    list-style: none;
    display: inline-block;
    padding-right: 2rem;
}
    .nav-links a {
    color: rgb(255, 195, 234);
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    }
    
    /* LOGO */
    
    .logo img{
        height:auto;
        width: 200px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding: 0px;
        margin-top: 0px;
    }

    .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
    }

    .menu a{
        text-decoration: none;
    }
    
    .menu li:hover {
    background-color: white;
    border-radius: 5px;
    transition: 0.3s ease;
    }
    
    .menu li {
    padding: 5px 14px;
    
        }
    
footer {
    width:100%;
    margin: auto;
    text-align:center;
    padding-top: 30px;
    border-top: 12px solid rgb(227, 75, 174);
}

footer a {
    text-decoration: none;
    color: rgb(255, 195, 234);
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    display: inline;
    text-align:center;
    margin-right: 30px;
    margin-left: 40px; 
} 

.navulfooter {
    list-style: none;
}