body {
  background-color: white;
}

h1 {
  color: #FDB1B1;
  text-align: center;
  text-decoration: none;
  font: bold verdana;
}

h2 {
  color: #FDB1B1;
  text-align: center;
  text-decoration: none;
  font: bold verdana;
}

p {
  font-family: verdana;
  font-size: 20px;
}

.logo {
  width: 1000px;
  max-width: 100%;
  height: auto;
}


.thumb {
  width: 444px;
  max-width: 100%;
  height: auto;
}

.pics {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.thumb {
  width: 444px;
  max-width: 100%;
  height: auto;
  text-align: center;
}


.heighttext{
    display:inline-block;
    padding:12px 10px;
    line-height:140%;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #000;
  border: none;
  color: FDB1B1;
  padding: 16px 32px;
  text-decoration: Bold;
  margin: 4px 2px;
  font-size: 20px;
  cursor: pointer;
}