
body{
  background-color: silver;
}
img{
  max-width: 100px;
  height: auto;
}
h1{
  font-style: oblique;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(left, #209cff 0%, #00e3ae 100%);
  background-image: linear-gradient(to right, #209cff 0%, #00e3ae 100%);
}
h2{
  font-style: oblique;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(left, #209cff 0%, #00e3ae 100%);
  background-image: linear-gradient(to right, #209cff 0%, #00e3ae 100%);
}
table {
  border-collapse: collapse;
}
table th, table td {
  border: solid 1px black;
}