@media (max-width: 768px) { body { background-color: lightgray; } }
@media (min-width: 1024px) { .container { width: 80%; margin: 0 auto; } }