@media screen and (max-width: 360px) {
    body {
        background: lightblue;
    }
}
