@style container {
  layout: flex column;
  spacing: 20px;
  align: center;
  
  colors: {
    background: #f5f5f5;
    text: #333;
  }
}