* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #0093d1;
}

.container {
  text-align: center;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.logo {
  max-width: 300px; 
  margin-bottom: 20px;
}

.brand-color {
    color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
