/* a {
    text-decoration: none;
    color: rgb(255, 255, 255);
} */

article {
    display: flex;
    justify-content: center;
    /* position:absolute; */
    width: 100%;
    /* align-items: center; */
}

/* body {
    height: 1000px;
} */

header {
    padding: 5px;
    background-color: #001020df;
    box-shadow: 0 0 10px black;
    /* position:absolute; */
    /* position:fixed; */
    width: 100%;
}

/* body {
    background-color: #ffffff00;
    background-blend-mode:overlay;
    background-image: url("../../Images/background.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.background {
    background-color: rgba(0,16,32,var(--image-tint));
    background-blend-mode:overlay;  
    background-image: url("../../Images/background.jpg");
    background-size: cover;  
    background-position: center top;
    background-repeat: no-repeat;
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.art {
    box-shadow: 0 0 10px black;
    width: 100%;
    background-color: rgb(0, 16, 32);
}

.art p {
    color: #ffff7f;
    padding: 5%;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
}

.logo {
    width: 100px;
    padding-right: 200px;
}

.main {
    width: 100%;
    max-width: 900px;
    padding-top: 25%;
    padding-bottom: 0%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fun {
    width: 408px;
    height: 184px;
    padding-left: 12.5%;
}

.poster {
    background-color: #001020;
    width: 100%;
    height: 100%;
    padding: 44.5px;
    max-width: 811px;
    max-height: 1252px;
}

.poster img {
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* padding-left: 12.5%; */
}