@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Bold.ttf") format("truetype");
  font-weight: 900;
}

body {
  font-family: "Montserrat";
}

.upper {
  background-color: #2c2c2c;
}

.orange-row {
  background-color: #ea8625;
}

.top-link {
  color: white;
}
h1 {
  display: inline;
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 1.5rem;
  width: 100%;
  display: block;
}
.logo {
  width: 150px;
}
.luotettava {
  margin: auto;
  max-width: 200px;
}
