/* CSS styles */
html {
background-color:
  lightgray;
}
img {
  display: block;
  padding-top:55px;
  padding-bottom:5px;
  margin-left: auto;
  margin-right: auto;
}
hr {
  margin-top:55px;
  margin-bottom:25px;
}
.text {
  text-align: center;
  font-size: 50px;
  font-style: italic;
}
.link {
  text-align: center;
}
.link a {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.tele {
  text-align: center;
  font-size: 36px;
}
.tele a {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
.footertext {
  text-align: center;
  font-style: italic;
  font-size:28px;
}
.footertext p {
  text-align: center;
  font-style: italic;
  font-size:28px;
  padding-top:10px;
  padding-bottom:0px;
}
.copyright {
  text-align: center;
  font-size:18px;
  padding-top:0px;
  padding-bottom:10px;
}