
body {
  margin: 0;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}

header h1 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 3em;
  padding: 20px;
}

img {
  width: 40%;
  height: auto;
}

#outer p {
  font-size: 1.5em;
  margin-left: 10%;
  margin-right: 10%;
}

#outer img {
  border-radius: 5px;
  border: solid rgb(150, 4, 4);
}

section {
  padding-bottom: 10px;
  border-radius: 10px;
  margin: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9em;
}

#sec1 {
  background-color: rgb(80, 79, 79);
  align-items: center;
  color: rgb(178, 183, 183);
}

#sec2 {
  background-color: rgb(80, 79, 79);
  align-items: center;
  color: rgb(178, 183, 183);
  margin-bottom: 20px;
}

#myButton, #myButton-2 {
  border-radius: 20px;
  padding: 10px;
  background-color: rgba(41, 242, 6, 0.395);
}