body {
  background-color:#000;
  background: url('../img/background.jpg') center center no-repeat;			
  background-size: cover;
  background-attachment: fixed;
  width:100vw;
  height:100vh;
  overflow-x: hidden;
  margin:2.5% 0;
  padding:0;
  overflow-x:hidden;
  color: #2E286D;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

header {
  padding: 1rem;
}

header, footer {
  text-align: center;
}

h1, h2 {
  font-weight: bold;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 18px;
}

.ffroboto {
  font-family: 'Roboto', sans-serif;
}

.logo {
  max-width: 350px;
}

.nexworld {
  max-width: 400px;
}

.btn-rounded {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  background-color: #DD0707;
  color: #FFFFFF;
}

@media(max-width:576px) {
  header {
    text-align: left;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  .logo, .nexworld {
    width: 50%;
  }
}