main {
    background-size: cover;
    background-image: url("../img/7a2def94f8ad6026660ee6d063e541479773f350.jpg");
    max-width: 1440px;
    grid-column: 1/-1;
    grid-row: 1/-1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
}

main p {
    font-size: 130%;
    color: white;
}

main section {
    grid-column: 3/11;
    grid-row: 2/12;
}

.cast_img {
    flex: 2;
}

.cast_txt {
    flex: 5;
}

.lige {
    grid-column: 3/11;
    display: flex;
    gap: 5%;
    margin: 5% 0;
}

.ulige {
    grid-column: 3/11;
    display: flex;
    flex-direction: row-reverse;
    gap: 5%;
    margin: 5% 0;
}

#header-txt {
    justify-self: center;
    padding-bottom: 5%;
    order: 1;
}

#header-txt h1 {
    color: white;
    font-size: 5em;
  bottom: 3em;
}

.readmore {
    display: none;
}

.readmore:hover {
    cursor: pointer;
}