*{
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

body{
    background-color: #000000;
}

h1{
    color: white;
    margin: 12px 12px;
    display: flex;
    justify-content: center;
}

.container{
    display: block;
}
.media-picture{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.designbolts.com/wp-content/uploads/2019/01/Avengers-Endgame-2019-Desktop-Movie-Wallpapers-HD-4-1.jpg);
}

.review-score{
    color: white;
    background:#e6bd09 ;
    padding: 12px;
    margin: 12px 12px;
}

.main{
    margin-top: 24px;
}

h2{
    color: steelblue;
    margin: 12px 12px;    
}

p{
    color: #bdbdbd;
    margin: 12px 12px;
}

.button{
    
    text-decoration: none;
    background: rgb(59, 56, 253);
    color: white;
    padding: 12px;
    margin: 12px 12px; 
    border-radius: 4px;   
}

.button:hover{
    background-color: rgb(93, 90, 253);
}

.btn{
    display: flex;
    margin-top: 32px;
    justify-content: center;
}