@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
body{
    background-color: aliceblue;
}
#main-div{
    font-family: 'Amatic SC', sans-serif;
    font-weight: bolder;
    color: rgb(2, 45, 50);
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    background-color: rgb(133, 190, 192);
    border-radius: 50px;
}
#img-div{
    text-align: center;
    margin-bottom: 50px;
}
#figure{
    max-width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    
}
img{
    width: 50%;
    height: 50%;
    border-radius: 30px;
   
}
figcaption{
    color: rgb(5, 5, 5);
    font-size: x-large;
}

#tribute-info p{
    text-align: justify;
    line-height: 2;
}

#movies-list{
    margin-top: 20px;
}

#movies-list li{
    margin-bottom: 10px;
}

#ul-list-films{
    list-style-type:circle;
}

q, #movies-list h2{
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
    font-size: x-large;
    font-weight: bolder;
}