/* CSS files add styling rules to your content */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
body {
  font-family: Titillium Web;
  margin: 2em;
  background-color: #B1D8FA;
}
head {
  font-family: Titillium Web;
}
footer {
  background-color: #B1D8FA;
  font-family: Titillium Web;
  margin: 10;
  text-align: center;
}

h1 {
  color: #373ffg;
  padding: 0px 20px;
}
h2 {
  float: left;
  font-size: 96px;
  color: #373ffg;
  padding: 0px 15px;
}
h3 {
  color: white;
  font-size: 25px;
}
h4 {
  padding: 0px 20px;
  color: white;
}

head {
  background-color: #085396;
}
.help {
  padding: 0px 20px;
}
ul {
  list-style-type: none;
  margin: 0;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: white;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  overflow: hidden;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #042A4D;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  color: black;
}
.currentLink {
  color: black;
}
.ger {
  padding: 0px 615px;
  float: center;
}
.block {
  float: left;
}
.id2 {
  float: left;
}

/*boxes*/
.container {
  width: 100%;
  height: 200px;
  margin: auto;
}

.one {
  width: 397px;
  height: 250px;
  margin-bottom: 10px;
  background: #0086FF;
  float: left;
  text-align: center;
  color: #ABD7FF;
  border-radius: 50px;
  vertical-align: middle;
}

.two {
  width: 397px;
  height: 250px;
  margin-bottom: 10px;
  margin-left: 10px;
  background: #0086FF;
  float: left;
  text-align: center;
  color: #ABD7FF;
  border-radius: 50px;
  vertical-align: middle;
}

.three {
  height: 250px;
  width: 397px;
  margin-bottom: 10px;
  margin-left: 10px;
  background: #0086FF;
  float: left;
  text-align: center;
  color: #ABD7FF;
  border-radius: 50px;
  vertical-align: middle;
}
.box {
  height: 250px;
  width: 70%;
  background: #0086FF;
  float: left;
  color: #ABD7FF;
  border-radius: 50px;
  vertical-align: middle;
  padding: 0px 20px;
}

::-webkit-scrollbar {
  width: 0px;
}
.pad {
  padding: 0px 20px;
}
