body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(135deg, #074276, #068e77);
  color: #f4f4f9;
}

.container {
  text-align: center;
  padding: 30px;
}

.logo {
  width: 200px;/*150px;*/
  height: auto;
  margin-bottom: 0;
}

.companyName {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.message {
  font-size: 1.2rem;
  color: #d4fcf7;
}
