body {
  margin: 0;
  overflow: hidden;
  font-family: "Lato", sans-serif;
}

#carousel .item {
  height: 100vh;
  padding: 1rem;
  width: 100%;
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-color: #255e27;
}

.centerContainer {
  font-family: Arial;
  color: white;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  padding: 50px;
  width: 60%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.centerContainer .title {
  font-family: "Lato", sans-serif;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 25px;
}

.centerContainer .message {
  font-family: "Lato", sans-serif;
  font-size: 46px;
  margin-bottom: 35px;
}

.centerContainer .source {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: italic;
}

img.logo {
  position: fixed;
  top: 15px;
  left: 25px;
  width: 375px;
  height: auto;
  z-index: 99;
}

div.website {
  font-size: 18px;
  color: white;
  position: fixed;
  bottom: 15px;
  right: 25px;
  z-index: 99;
  letter-spacing: 2px;
}
