.header {
  border-radius: 25px;
  border: 4px solid #123456;
  text-align: center;
  background: linear-gradient(0deg, rgba(48,96,144,1) 0%, rgba(80,160,240,1) 100%);
  text-shadow: 2px 2px 2px black;
}

/* title for header */
h1 {
  font-family: sans-serif;
  font-size: 40px;
  color: white;
}

/* plugin name */
h2 {
  font-family: sans-serif;
  font-size: 30px;
  color: black;
}

/* sub title for header */
h3 {
  font-family: sans-serif;
  font-size: 30px;
  color: white;
}

p {
  font-family: sans-serif;
  font-size: 20px;
  color: black;
}

html {
  background-color: white
}