*{
    font-family: sans-serif;
}

body{
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
}


.header{
    background-color: rgba(51,54,97,1);
    width: 600px;
    height: 50px;
    border-radius: 30px 30px 0 0;
}

.header2{
    text-align: center;
    background-color: #ffebcd;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container{
    background-color: #e6e6fa;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 20px 0 0;
    border-radius: 0  0 30px 30px;
}

img{
    width: 120px;
    height: 150px;
}

ul > li{
    list-style: none;
}
