.container{
    width: 900px;
    height: 600px;
    position: relative;
}
.stripe{
    width: 100%;
    height: 200px;
    position: absolute;
}
.saffron{
    background-color: rgb(255, 104, 27);
}
.white{
    background-color: white;
    top: 200px;
}
.green{
    background-color: rgb(1, 107, 52);
    bottom: 0;
}
img{
    position: absolute;
    top: 10px;
    left: 360px;
    width: 180px;
    height: 180px;
}