body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


.App {
  text-align: center;
  background-color: #000913;
  color: #EFF3F7;
  line-height: 140%;
  font-family: Roboto, 'san-serif';
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.App img {
  margin-top: 20vh;
  width: 480px;
  margin-bottom: 40px;
}

.App a {
  color: #8FB96D !important;
}

.App h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.App .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(21, 29, 39);;
}

.App .mt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .App img {
    width: 300px;
    margin-top: 10vh;
  }

  .App .contact-box {
    padding: 20px;
  }
}
