/* Author  Artūrs Mūrnieks
Created 20.02.2024
Editor Raivis
Modified 19.03.2024 */

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script");
    
.header-main {
    background-color: rgba(56, 56, 93, 0.9);
    color: rgb(255, 255, 255);
    font-family: "Dancing Script", cursive;
}

.anime-list-title {
    font-size: 55px;
}

.btn.btn-primary {
    font-size: 20px;
    --bs-btn-bg: rgba(255, 39, 46, 0.8);
    --bs-btn-hover-bg: rgba(203, 32, 38, 0.956);
    --bs-btn-border-color: rgba(0, 0, 0, 0.8);
    --bs-btn-hover-border-color: rgb(0, 0, 0);
}