body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(25, 42, 86, 1);
  font-family: arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}

.title,
.info {
  color: #fff;
}

.title {
  font-size: 80px;
  margin-bottom: 0;
}

.info {
  margin-bottom: 30px;
}

button {
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: rgba(25, 42, 86, 0.2);
}

.home {
  margin-right: 10px;
}

.support {
  margin-left: 10px;
}

button:hover {
  color: #000;
  background-color: rgba(236, 240, 241, 1);
}

#dot {
  border-radius: 50%;
  background-color: rgba(64, 115, 158, 1);
  position: absolute;
  z-index: -10;
}

a {
color:#fff;
text-decoration:none;
}

a:hover {
color:#000}
