@font-face {
        font-family: socfont;
        src: url(lhf-encore-distressed.ttf)
    }
body {
    background-color: black;
    background-image: url(images/soc/Ketterdammap.png);
    background-size: cover;
    background-repeat: repeat-y;
    color: white;
    font-family: Courier New, monospace;
}
button {
    background-color: transparent;
    border: none;
    color: white;
    font-family: Courier New, monospace;
    margin: 10px;
}
button:hover {
    color: rgb(97, 4, 4);
}
#back {
    background-color: transparent;
    border: none;
    font-family: socfont;
    font-weight: bold;
    font-size: large;
    color: rgb(97, 4, 4);
    width: fit-content;
    height: 30px;
    width: 60px;
    text-align: center;

}
#back:hover{
    color: white;
}
h3 {
    font-family: socfont;
    justify-self: center;
    color: lightgray;
}
h1 {
    font-family: socfont;
    font-size: 60px;
    color: rgb(97, 4, 4);
    justify-self: center;
}
.title {
    width: fit-content;
    margin: 0px auto auto;
}
.container {
    width: 1400px;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.979);
    border: 2px solid rgb(97, 4, 4);
    margin: 40px auto auto;
    padding: 40px;
    text-align: center;
}
.characters {
    width: fit-content;
    height: fit-content;
    margin: 40px auto auto;
    margin-bottom: 40px;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
}
.cardhover:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;

}
.cardhover{
    transition: transform 0.3s ease-in-out;
}
.nav {
    display: flex;
    width: fit-content;
    margin: 0px auto auto;
    text-align: center;
}
.profile-container {
    margin: 0px auto auto;
    width: 1000px;
    height: 1000px;
    background-color: black;
    display: grid;
    grid-template-columns: 500px 500px;
    border: 2px solid rgb(97, 4, 4);
}
.column-1 {
    grid-column: 1 / 2;
    border-right: 2px solid rgb(97, 4, 4);
}
#name {
    height: 100px;
    width: 400px;
    text-align: center;
}
#quote {
    height: 150px;
    width: 400px;
    margin: 0px auto auto;
    justify-content: center;
    text-align: center;
    border-bottom: 2px solid rgb(97, 4, 4);
}
#picture {
    height: 400px;
    width: fit-content;
    margin: 10px auto auto;
    justify-content: center; 
}
.column-2 {
    grid-column: 2 / 3;
}
#info {
    height: 300px;
    width: 400px;
    border-bottom: 2px solid rgb(97, 4, 4);
    margin: 20px auto auto;
}
#general {
    height: 350px;
    width: 400px;
    margin: 40px auto auto;
    text-align: center;
    border-bottom: 2px solid rgb(97, 4, 4);
    
}
.books-container {
    width: 1000px;
    height: fit-content;
    background-color: black;
    border:  2px solid rgb(97, 4, 4);
    margin: 40px auto auto;
}
.books {
    display: flex;
    flex-wrap: wrap;
    margin: 60px;
}
#book:hover {
    transform: scale(1.05);
    translate: transform 0.3s ease-in-out;
    -webkit-filter: grayscale(1) opacity(0.8) ;
    filter: grayscale(1);
}






