body {
    background-color: black;
    color: white;
}

input {
    font-size: 18px;
    color: white;
    margin: 1% 22%;
    width: 500px;
    height: 40px;
    background-color: transparent;
}

#movies {
    height: 200px;
    width: 500px;
    border-top: none;
    margin: 20%;
    margin-top: 0%;
    background-color: transparent;
}

#movies>div:hover {
    color: yellow;
}

p {
    width: 100px;
    margin: 5px 50px;
    font-size: 20px;
}

.flex {
    display: flex;
}

img {
    margin: 0% 45%;
    width: 30%;
}

#main {
    margin: 10% 25%;
    align-self: center;
}

.showcase {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    transition: 0.5s;
    z-index: 2;
}

.showcase video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.text {
    position: relative;
    z-index: 10;
}