* {
  box-sizing: border-box;
}

.menu {
  float: left;
  width: 25%;
  text-align: center;
}

.menu a {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #b5b5b5;
  padding: 8px;
  margin-top: 7px;
  display: block;
  width: 100%;
  color: #474747;
}

.menu a:link {
  text-decoration: none;
}

.menu a:visited {
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.menu a:active {
  text-decoration: underline;
}

.main {
  float: left;
  width: 75%;
  padding: 0 20px;
}

.right {
  background-color: #b5b5b5;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
}

.title { 
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 600; 
  font-size: 1.2cm;
  margin-bottom: 0.1cm;
  margin-top: 0.1cm;  
}

h1 { 
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
  font-size: 0.7cm;
  margin-bottom: 0.3cm;
  margin-top: 0.2cm;  
}

h2 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 600; 
  margin-top: 0.4cm;
  margin-bottom: 0.2cm;
  font-size: 0.6cm;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0.05cm;
  margin-bottom: 0.05cm;
}

p a {
  color: #474747;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}