* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

header nav li,
section h2,
h3 {
    font-family: "Protest Riot", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

section h2 {
    font-size: 26px;
}

section h3 {
    font-size: 20px;
}

.containers {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

header {
    padding: 0 0;
    background-color: black;
    color: white;
}

header .containers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav li {
    display: inline;
    margin-left: 16px;
}

header li a {
    text-decoration: none;
    color: white;
}

header img {
    height: 120px;
}

.about {
    background-color: rgb(255, 255, 255);
}

.about div {
    display: flex;
    align-items: center;
    text-align: center;
    text-indent: 2%;
    padding: 16px;
}

.about p {
    background-color: rgb(110, 144, 255);
    padding: 60px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
}


.about img {
    object-fit: cover;
    max-width: 600px;
    width: 50%;
    border-radius: 40px;
    padding: 8px;
}

section h2 {
    text-align: center;
    padding-top: 16px;
}

section h3 {
    text-align: center;
    margin-bottom: 16px;
}

section .containers {
    display:flex;
    padding: 16px;
}

.watching .containers > div {
    flex: 1;
}

.watching .containers ul {
    list-style-type: none;
    padding: 0;
}

.watching .containers ul li a{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 16px;
    text-decoration: none;
    color: black;
}

.watching .containers ul li a:hover {
    text-decoration: underline;
    color: darkblue;
}

.watch_list img {
    object-fit: cover;
    max-width: 200px; 
    width: 10%;
    margin-right: 10px;
    align-items: flex-start;
}

.logo_hbo_max {
    border-radius: 60px;
}


section div .anime>img,
section div .manga>img,
section div .live-action>img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.anime, 
.manga, 
.live-action {
    flex: 1;
    margin: 30px;
}

#opex_logo {
    max-width: 200px;
    width: 20%;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 8px;
}

.about {
    background-color: rgb(255, 237, 135);
}