*{
    padding:auto;
    margin:auto;
    }

    body{
        background-color: #1a1a1a;
        margin: 0 auto;
    }


    h1 {
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 2.4em;
    }

    h3 {
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.2em;
    }

    h4 {
        color: #DFDDDD;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.2em;
    }

.container {
    max-width: 550px;
    max-height: 779px;
    min-height: 779px;
    margin-top: 50px;
}

#watchlist__btn {
    background-color: #1a1a1a;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    cursor: pointer;
}

#watchlist__btn:hover {
    background-color: #DFDDDD;
    color: #1a1a1a;
}


.addToWatchlistBtn {
    background-color: #1a1a1a;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.addToWatchlistBtn:hover {
    background-color: #DFDDDD;
    color: #1a1a1a;
    font-size: larger;
}

#center__page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    -moz-outline-style: none;
}

header {
    min-width: 100%;
    min-height: 208px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url("image-36.png")
}

@media(max-width:500px){
    header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }

    .movie__poster {
        width: 75px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: url("image-36.png")
      }  
    }



main {
    min-width: 100%;
    min-height: 571px;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}


form {
    background: #fff;
    border: solid 1px #4B4B4B;
    width: 60%;
    max-width: 450px;
    height: 38px;
    display: flex;
    border-radius: 10px;
    position: relative;
    top: -590px;
}

form input {
    flex: 1;
    border: none;
    outline: none;
}

form button {
    background: #4B4B4B;
    padding: 10px 10px;
    border: solid #4B4B4B 1px;
    OUTLINE: none;
    color: #fff;
    letter-spacing: 1px; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

form button:hover {
    background: #5f5f5f;
    color: #ffffff;
    cursor: pointer;
}








.card {
    max-width: 80%;
    border-bottom: rgb(150, 147, 147) 1px solid;
    display: flex;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.title {
    color: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.rating {
    color: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1em;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
}

.star {
    margin: 0px;
    padding-left: 10px;
}
 
.movie__info {
    display: flex;
    padding: 10px;
    padding: 10px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 1em;
}

.watchlist__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    cursor: pointer;

}

.movie__description {
    padding: 10px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 1em;
}

span {
    margin: 0px;
    padding-right: 10px;
}

.plusicon {
    display: block;
    padding-right: 3px;
}

.movie__poster{
    max-width: 140px;
}


.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  
}