body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: black;
    cursor: url('feathermouse.png'), auto;
    
}

a:hover {
    cursor: url('bookmouse.png'), pointer;
}

main {
    background-image: url('/Assets/background3.avif');
    flex: 1;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

header {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

.navbar {
    padding: 50px;
    padding-top: 10px;
}

.navbar:hover {
    background-color: rgb(162, 163, 163);
}

a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: rgb(252, 249, 78);
    text-decoration: none;
}

.title {
    text-align: center;
    margin: 20px;
    background-color: rgba(203, 200, 200, 0.8);
    border-radius: 10px;
    border: #333 solid 1px;
}

.subtitle {
    text-align: center;
    margin: 20px;
    background-color: rgba(88, 88, 88, 0.8);
    border-radius: 10px;
    border: #333 solid 1px;
    color: white;
}

#intro {
    background-color: rgba(203, 200, 200, 0.8);
    padding: 20px;
    margin: 20px;
    border: #333 solid 1px;
    border-radius: 10px;
}

#readgif {
    display: block;
    margin: auto;
    border-radius: 10px;
}

.picrow {
    display: flex;
    gap: 50px;
   
}

.repic {
    height: 200px;
    width: 10%;
}

#reviewbanner {
    height: 200px;
    width: 100%;
}

.textblock {
    background-color: rgba(203, 200, 200, 0.8);
    padding: 20px;
    margin: 20px;
    border: #333 solid 1px;
    border-radius: 10px;
}

.mangalist {
    text-align: center;
    background-color: rgba(203, 200, 200, 0.8);
    padding: 20px;
    margin: 20px;
    border: #333 solid 1px;
    border-radius: 10px;
}

.mangalist a{
    color: black;
}

.reviews {
    background-color: rgb(203, 200, 200);
    padding: 20px;
    margin: 200px;
    margin-top: 50px;
    margin-bottom: 20px;
    border: #333 solid 1px;
    border-radius: 10px;
}

.contact {
    background-color: rgb(203, 200, 200);
    padding: 20px;
    margin: 200px;
    margin-top: 50px;
    margin-bottom: 20px;
    border: #333 solid 1px;
    border-radius: 10px;
}