body {
  margin: 0;
  padding: 10px;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  background-color: #E0E0E0;
}

.radius {
  border-radius: 10px;
}

.radius-top {
  border-radius: 10px 10px 0 0;
}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
