@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

body {
  width: 100%;
  max-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
}

.container {
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container h2 {
  text-align: center;
  color: #282828;
  font-size: 2.5rem;
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.container p {
  text-align: center;
  color: #282828;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  line-height: 1.2;
  padding: 0.25rem 1rem;
  font-weight: 300;
}

.container h6 {
  text-align: center;
  color: #ff7125;
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.2;
  padding: 0.25rem 1rem;
}

.container img {
  max-width: 14rem;
  padding: 0.5rem 1rem 0.3rem;
  margin-top: -2rem;
}
