@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat';
    margin: 0px;
}

.swiper-slide {
    margin: 0px !important;
    overflow: hidden;
}

.slide-content {
    margin: 15px;
    padding: 15px;
    min-height: calc(100% - 30px);
    background-color: rgb(2, 2, 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    color: whitesmoke;
    gap: 15px;
}

.logo {
    width: 100px;
    padding: 10px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
    color: rgb(2, 2, 2) !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 5px;
}

.kaboom-bg {
    background: linear-gradient(90deg, rgba(255, 95, 109, 1) 0%, rgba(255, 195, 113, 1) 77%);
}

.tsuki-bg {
    background-color: rgb(250 235 214);
}

.tankobon-bg {
    background-color: rgb(41, 207, 149);
}

.passguard-bg {
    background-color: #23214b;
}

.comicpeeps-bg {
    background-color: #fc8e44;
}

.kaboom-bg h1 {
    text-decoration-color: rgba(255, 95, 109, 1);
}

.tsuki-bg h1 {
    text-decoration-color: rgb(250 235 214);
}

.tankobon-bg h1 {
    text-decoration-color: rgb(41, 207, 149);
}

.passguard-bg h1 {
    text-decoration-color: #23214b;
}

.comicpeeps-bg h1 {
    text-decoration-color: #fc8e44;
}
