Any style of the page and its elements is performed using common CSS properties. Style elements using class selectors or elements in the built-in style sheet in the name <style amp-custom>
here is a sample code:
<style amp-custom> body { background-color: white; } amp-img { background-color: gray; border: 1px solid black; } </style>
source share