body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background-color: #333;
  color: white;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 10vh;
  min-height: 50px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding-left: 10px;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 5vh;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
}

.lang_icon {
  width: 4vw;
  vertical-align: middle;
  margin-right: 2vh;
}

.contact {
  font-family: Arial, sans-serif;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.6vw;
}

.languages {
  right: 1vw;
}

.content_frame {
  width: 99.5%;
  height: 85vh;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

main p {
  font-family: 'Courier New', Courier, monospace;
}