*{
    box-sizing: border-box;
}
body{
    background-color: lightblue;
}
img{
    max-width: 100%;
}