html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(108, 108, 108);
  overflow-x: hidden;
}
p {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 18px;
}
p:last-child {
  margin-bottom: 0;
}
.container {
  margin-top: 15%;
}
.logotype {
  width: 100%;
  height: auto;
}
.text {
  margin: 15px 0;
  padding: 15px 0;
}
.text p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
}
