body{
    background-color: rgb(21, 21, 21);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.search{
    width: 700px;
    display: flex;
    margin: 50px auto;
}
#movie-name{
    background-color: rgba(96, 96, 96, 0.478);
    padding: 1.5rem;
    font-size: 1.5rem;
    color: white;
    border: 2px solid transparent;
    width: 70%;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;

}
#movie-name:hover{
    border: 2px solid white;
}

.btn{
    background-color: red;
    color: white;
    font-size: 1.4rem;
    border: none;
   padding: 1.5rem;
   cursor: pointer;
   width: 30%;
   border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
}
.container{
    color: rgba(255, 255, 255, 0.884);
    width: 700px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
#title{
    margin-top: 0%;
}

#poster
{
    margin-left: 1rem;
    border: .2rem solid white;
}