@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tagesschrift&display=swap');

body {
    background-image: url("../images/thumb_PAPER01.jpg");
    font-family: "Tagesschrift";
    font-size: 18px;

    color: black;

    margin-left: 20%;
    margin-right: 20%;
}

h1 {
    font-family: "Fredericka the Great";
    text-align: center;
}

.topbar {
    width: auto;
    background-color: rgba(255, 255, 255, 0.808);
    padding: 10px;

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;

    border-style: solid;
    border-width: 2px;
    border-radius: 10px 10px 0px 0;
}
.topbar a {
    text-decoration: none;
    padding: 10px;

    color: black;
}
.topbar a:hover {
    background-color: gray;
}

.main {
    width: auto;
    background-color: rgba(255, 255, 255, 0.808);
    padding: 10px;
    margin-top: 5px;

    border-style: solid;
    border-width: 2px;
    border-radius: 0 0 10px 10px;
}

.gallery {
    display: inline-block;

    align-items: center;
    justify-content: center;
    text-align: center;
                
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
                
    margin: 5px;
    width: 200px;
}
.gallery a {
    color: black;
    text-decoration: none;

    padding: 0;
    margin: 0;
}
.gallery a:hover {
    color: rgb(95, 74, 47);
}
.gallery img {
    width: 100%;
    height: 260px;
}
.desc {
    text-align: center;
    padding: 0 3px 0 3px;
}
.leer a {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    padding: 0 2px 0 2px;
    background-color: rgb(156, 158, 130);
}

.quote {
    text-align: center;
    font-size: 14px;

    padding: 5px;
    margin: 0 10% 0 10%;

    border-style: groove;
    border-width: 4px;
    border-radius: 5px;
}