
.link-item-carousel {
    max-width: 230px;
    background-color: #f0a70aaa;
    padding: 20px;
}

/* linkfooter */

.linkfooter:link, .linkfooter:visited, .linkfooter:active {
text-decoration: none;
}

.linkfooter:hover {
    text-decoration: underline;
}

body{
    font-family: 'Roboto', sans-serif;
}

.FontProj{
    font-family: 'Patrick Hand', cursive;
}

/*lightbox */

.lightbox {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.lightbox-content {
    position: relative;
}
.lightbox img {
    max-width: 90%;
    max-height: 80%;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
#fixa{
    height: 100%;
    width: -50%;
    z-index: 10;
    position: absolute;
  }