html body {
  /*background: #232323;
  color: white;*/
  text-align: center;
  letter-spacing: 1px;
  font-family: "roboto";
  text-decoration: none;
}
html body h1 {
  font-weight:700;
  font-size: 50px;
  height: 68px;
  background-color: #990000;
  color: white;
  margin: 0;
  padding: 9px 0;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  box-shadow: 0px 0.5px 0px rgba(0,0,0,1),
            0px 1px 1.25px rgba(153,0,0,0.2),
            0px 2px 2.75px rgba(53,59,68,0.05);
}
html body h2 {
  text-transform: uppercase;
  margin: 1em;
}

.square {
  height: 150px;
  }
img {
  margin: auto;
}

.container span {
  float: right;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 0.5em;
  padding: 0.2em;
  border: 1px solid black;
  border-radius: 3px;
  background: white;
  color: black;
  box-shadow: 0px 0.5px 0.75px rgba(53,59,68,0.5),
             0px 2px 3.25px rgba(153,0,0,0.2),
             0px 4px 4.75px rgba(53,59,68,0.05);
}
#deutschBtn span, #svenskaBtn span{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s
}
#inhalt a, #inhalt a:link, #inhalt a:visited, #inhalt a:hover, #inhalt a:active {
  color: black;
  text-decoration: none;
}
