body {
  background-color: #245060;
  font-family: 'Roboto', sans-serif;
  color: white;
}

h1,
h2,
header {
  text-align: center;
}
h1 {
  font-size: 300%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  border-bottom: 1px solid #02d8dd;
  text-shadow: 2px 2px 4px #0000009f;
  box-shadow: 0px 2px 0px #00000063;
  display: inline-block;
}
a {
  text-decoration: none !important;
  color: white !important;
}

header img {
  margin-bottom: 20px;
}

img {
  border-radius: 5px;
}

footer {
  text-align: center;
  position: relative;
  top: 20px;
  font-family: 'Roboto-Thin', sans-serif;
  font-style: italic;
  font-size: 120%;
}

.touches {
  max-width: 10%;
  height: auto;
}

.nav {
  margin: 0 30px;
}

#logo {
  max-width: 40%;
  height: auto;
}
