body {
  margin: 0px;
  padding: 0px;
  background-color: #292929;
  font-family: "Rubik", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  color: #dfdfdf;
  overflow-x: hidden;
}
.section_logo {
  text-align: center;
  margin-top: 200px;
}
.section_logo_img img {
  display: block;
  margin: 0 auto;
}
.section_logo_text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}