CSS Template


* {
  box-sizing: border-box;
}

body 

.agenda {
  background-color: #F7B754;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}