
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #35a8f4;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #35a8f4;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/* WHAP BUTTEN */
#mydiv {
  font-size: 35px;
  display: inline-block;
  position: fixed;
  right: 22px;
  bottom: 80px;
  color: #34A853;
  text-align: center;
 
}
#mydivheader {
    
  font-size: 35px;
  display: inline-block;
  cursor: pointer;
  color: #34A853;
  width: 100%;
}
