body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal !important; 
  /* overflow: auto !important; */
  padding-right: 0px !important;
  width: 100%;
  height: 100vh;
}

* {
  outline: 0;
}

.background {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .container {
  max-width: 1150px;
  width: 100%;
  position: relative;
} */

.block {
  height: 100%;
}

.purple_bg {
  background: #50408F;
}

@media (width <= 1170px) { 
  .block {
    margin: 0 10px;
  }
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
