* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
    width: 0;
}

body {
    background-color: #010508;
    color: rgb(203, 202, 202);
}

.ramayana-home {
    padding: 1.5em;
}

.ramayana-the-epic {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ramayana-the-epic img {
    width: 100%;
    height: auto;
    margin: 1.5em;
}

.about-ramayan {
    font-size: 1.21em;
}

span {
    color: #f7440b;
}

.kandas-list{
    width: 100%;
    /* height: 100vh; */
    /* margin: 2px; */
    /* overflow: hidden; */
}

.title h1 {
    display: flex;justify-content: center;align-items: center;
    text-align: center;
    padding: 10px;
    font-size: 2em;
    background-color: yellow;
    color: #010508;
}

td{
    padding: 20px;
}

td a{
    text-decoration: none;
    color: white;
}

td:hover{
    background-color: #f7420ba1;
    text-decoration: underline;
}

img{
    width: 250px;
    height: auto;
}

@media screen and (min-width: 970px){
    .ramayana-the-epic img{
        width: 60%;
        height: auto;
    }
}

@media screen and (max-width: 591px){
    td{
        display: grid;
        justify-items: center;
    }
}

.footer {
    background-color: #cccccc39;
    text-align: center;
    font-size: 1em;
    padding: 2em;
}

.footer__copy a{
    color: #fff;
}