html {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}

body {
  text-align: center;
  font-family: helvetica;
  font-weight: 100;
  font-size: 20px;
  margin-top: 20%;
  margin-bottom: auto;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
}

.footer {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 100%;
  background-color: white;
  color: #bebebe;
  text-align: right;
  word-wrap: break-word;
  white-space: normal;
}

.header {
  position: fixed;
  left: -2%;
  top: 2%;
  width: 100%;
  background-color: white;
  color: #bebebe;
  text-align: right;
  word-wrap: break-word;
  white-space: normal;
}

h1 {
  color: #bebebe;
  font-weight: 100;
  margin: 40px 0px 20px;
  word-wrap: break-word;
  white-space: normal;
  font-size: 50px;
}

h2 {
  color: #bebebe;
  font-weight: 100;
  font-size: 30px;
  margin: 40px 0px 20px;
}

.mail {
  color: #bebebe;
  font-size: 50px;
  margin: 0px 0px 0px 0px;
}

.smalltext {
  font-size: 16px;
  padding-top: 5px;
  font-family: helvetica;
}

section.flat button {
  color: #fff;
  background-color: #cecece;
  border: none;
  width: 100px;
  height: 40px;
  padding: 0px;
  border-radius: 5px;
}

section.flat button:hover,
section.flat button.hover {
  background-color: #bcceff;
}

section.flat button:active,
section.flat button.active {
  background-color: #4987c9;
}

a {
  color: #bebebe;
  text-decoration: none;
}
a:hover {
  color: #4987c9;
  text-decoration: none;
}

.mail:hover {
  font-size: 70px;
}
