@import url("loaders/loader.css");
@import url("plugins.css");
@import url("main.css");

b {
    font-weight: bold;
}

.episode-link {
    color: #ffffff;
}

.episode-link:hover {
    color: #ffffff;
    border-bottom: 1px solid white;
}

.text-justify {
    text-align: justify;
}

.gallery-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}