body{
    background-color: rgb(22, 49, 27);
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image:url(images/pngwing.com.png);
    background-repeat: repeat-x;
    background-position:bottom;
    padding-bottom: 200px;
    /* padding-right: 500px; */
}
h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center;
}

/* Main Page start*/
.foto-box img{
    width: 400px;
}
.foto-box img:hover{
    opacity: 60%;
    transition: all 0.2s ease-in-out;
}

.card {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 900px) {
    .foto-box img{
        width: 300px;
    }
}
@media (max-width: 400px) {
    .foto-box img{
        width: 250px;
    }
    p{
        padding: 5px;
    }
}
p{
    text-align: justify;
}
.copyright p{
    text-align: center;
}
footer{
    margin-top: 50px;
}
/* Main Page end*/

/* Second Page start */
header {
    margin-bottom: 30px;
}
.library-box img{
    width: 100%;
}
.library-box .col:hover{
    opacity: 60%;
    transition: all 0.2s ease-in-out;
}


/* Second Page end */