
.autores{
    background-image: url("d2.png");
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
}
.fundo{
    background-image: url("./_5m2__papel_de_parede_barroco_classico_pp282_1_rolo_de_5m2_1567151641_70fc_600x600\ 1.png");
    height: 100vh;
    width: 100%;
}
.library{
    background-image: url("../img/back-livro.jpg");
    height: 100vh;
    width: 100%;
    background-size: 100% 100%;
}
.item .library{
    display: flex;
    align-items:center;
    justify-content: center;
}
.library .container{
    margin-top: 35%;
    display: flex;
    flex-direction: column-reverse;
}
.library h1{
    color: white;
    text-shadow: #0e0e0e;
}
.p{
    text-decoration:none;
    color:white;
    font-size:50px;
}
.p:hover{
    opacity: 0.8;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 150px;
}
.info{
    display: none;
    position: fixed;
    left:50%;
    width: 500px;
    text-align: end;
    flex-direction: column;
    background-color:#FDE3BE;
    border-radius: 30px;
    border: 2px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 25px;
    transition: opacity 1s ease, max-height 1s ease;
}
.infor{
    display: none;
}
.info p{
    font-size: 20px;
}
.info li{
    font-size: 15px;
}
.campo li{
    font-size: 15px;
}
.campo .container{
    display: flex;
    flex-direction: column;
    background-color:#FDE3BE;
    border-radius: 30px;
    border: 2px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 60px;
    width: 550px;
}
.campo p{
    font-size: 15px;
    font-weight: 600;
}
.campo li{
    font-size: 15px;
    margin: 10px;
}
p{
    font-size: 15px;
}
li{
    font-size: 10px;
    margin: 10px 0 10px 30px;
    list-style-type: none;
}
.item .link{
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    font-family:"MedievalSharp", serif;
    background-color: #a37534;
    border-radius: 30px;
    padding: 10px 15px;
    color:#fff;
    z-index: 3;
}
.link:hover{
    opacity: 0.8;
}
.quadro-foto{
    width: 500px;
}