/* RESET */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* GENERAL */
.header{
    background-color: #f7efe2;
    position: static;
    top: 1;
}

h1{
    font-size: 1em;
}

.h1{
    text-align: center;
    font-size: 3em;
    text-shadow: 2px 3px 2px rgba(4, 40, 51, 0.575);
    color: #942d2df3;
    margin-right: 20px;
}

.p{
    font-size: 22px;
    text-shadow: none;
}



 
.hot a{
    text-decoration: none;
    color: rgb(202, 45, 45);
    font-weight: 600;
    font-size: 36px;
}

h1:hover{
    transition: all 1s ease-in-out;
    transform: scale(1.05);
}

.hot h1{
    font-size: 50px;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    margin: 10px;
    width:fit-content;
}

.hot figure{
    margin: 10px;
    border: 2px solid black;
    padding: 5px;
    border-radius: 14px;
    border: none;
    box-shadow: 2px 2px 2px #a52a2a;
}

.hot img{
    border-radius: 5px;
    width: 300px;
    height: auto;
}

.stories{
    border: none;
    box-shadow: 2px 2px 2px #a52a2a;
    border-radius: 8px;
    margin: 10px;
}

.stories h1{
    font-size: 50px;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    margin: 10px;
    width:fit-content;
}

.stories img{
    margin-left: 10px;
    display: flex;
}

.waifu h1{
    font-size: 50px;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    margin: 10px;
    width:fit-content;
}
.waifu1{
    margin: 10px;
}
.waifu1 a{
    text-decoration: none;
    color: rgb(61, 42, 42);
}

.week h1{
    font-size: 50px;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    margin: 10px;
    width:fit-content;
}
.week1{
    margin: 10px;
}
.upcoming h1{
    font-size: 50px;
    border-radius: 8px;
    padding: 0 10px 0 10px;
    margin: 10px;
    width:fit-content;
}
.upcoming1{
    margin: 10px;
}

figcaption{
    color: #3d2b2b;
}

.ending{
    display: flex;
    flex-grow: 1;
    bottom: 0;
    background-color: #faebd757;
    justify-content: center;
    font: 20px sans-serif;
    margin-top: 20px;
}

.ending p{
    background-color: #a52a2a;
    border-radius: 6px;
    padding: 5px;
}

ul{
    list-style: none;
}

body{
    background-color: #f1eae0d7;
}

/*|| SMALL */
@media  screen and (min-width: 366px) {
    .tab{
        display: flex;
        justify-content: space-evenly;
        margin: 4px 0 4px 0;
    }
    .tab a{
        display: inline;
        justify-content: space-evenly;
        padding: 3px;
        font-size: 16px;
    }
}

@media  screen and (min-width: 576px) {
    .tab{
        display: flex;
        justify-content: space-evenly;
        margin: 4px 0 4px 0;
    }
    .tab a{
        display: inline;
        justify-content: space-evenly;
        padding: 3px;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .tab{
        display: flex;
        justify-content: space-evenly;
        margin: 4px 0 4px 0;
    }
    .tab a{
        display: inline;
        justify-content: space-evenly;
        padding: 3px;
        font-size: 22px;
    }
    
}

@media screen and (min-width: 992px) {
    .tab{
        display: flex;
        justify-content: space-evenly;
        margin: 4px 0 4px 0;
    }
    .tab a{
        display: inline;
        justify-content: space-evenly;
        padding: 3px;
        font-size: 24px;
    }
    
}