:root {
  color: #272727;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #ffffff;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #ffffff;
}

a:hover {
  color: #e6e6e6;
}

.redirect-page {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

.logo-section {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.top-logo-section {
  padding: 10px;
}

.logo-section a {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.five-grand-logo {
  width: 1051px;
}

.announcement-section {
  width: 100%;
  max-width: 100%;
}

.announcement-section h1 {
  margin: 0;
  color: #000000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.seaside-logo {
  width: 460px;
}

.button-section {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.visit-button {
  display: inline-block;
  width: auto;
  padding: 16px 20px;
  background: rgb(1, 40, 109);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.visit-button:hover {
  color: #e6e6e6;
}

.redirect-message {
  margin: 0;
  color: #ffffff;
  font-size: 0;
  text-align: left;
}

@media (max-width: 480px) {
  .announcement-section h1 {
    font-size: 72px;
  }
}
