body {
  overflow: hidden;
  font-family: 'Ubuntu', sans-serif;
}

.under-construction--wrapper {
  width: 100vw;
  height: 100vh;

  background: url('../images/background_arinvest.jpg');
  background-size: cover;
}

.title {
  font-size: 50px;
  text-align: center;
}

.contact-us {
  font-size: 30px;
  text-align: center;
}

.contact-us a {
  text-decoration: none;
  color: #000;
}

.bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 170px;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 100px;
  }

  .title {
    font-size: 40px;
  }

  .contact-us {
    font-size: 25px;
  }
}
