﻿body {
}
.mydiv {
    width:100%;
    background-color:#f1ecec;
    border-radius:10px;
}
.myimg {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}
