* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  overflow: hidden;
}

.main-content {
  overflow-y: auto;
}
