body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: black;
    margin:0;
    
}

.search
{
    width: 600px;
    margin: 20px auto;
    display: flex;
}

.search-input
{
    width: 78%;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(61, 61, 61, 0.881);
    border: none;
    color: rgba(255, 255, 255, 0.849);
    font-size: 18px;
    font-weight: normal;
}

.search-input:focus
{
    outline: none;
    border: none;
}

.btn
{
    background-color: red;
    color: white;
    border: none;
    font: optional;
    width: 22%;
    cursor: pointer;
}

.container
{

    width: 600px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    
}

.content
{
    color: white;
}

.content p
{
     margin: 0 0 10px 0;
     font-size: 15px;
}

.poster
{
    width: 240px;
}