* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "MeinFont";
  src: url("fonts/arimo-v29-latin-600.woff2") format("woff2");
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f9f9f9;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #000;}

p {
    padding-bottom: 2em;

}
.logo {
    margin: 2em;
    text-align: center;}

.content {
    text-align: center;
}