.container {
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title {
  display: block;
  font-size: 100px;
  font-weight: bold;
  color: #35495e;
  letter-spacing: 1px;
  text-shadow: -1px -1px 1px #9999, 2px 2px 1px #fff;
}

.subtitle {
  font-size: 42px;
  font-weight: bold;
  color: #526488;
  word-spacing: 5px;
  padding-bottom: 15px;
  margin-top: 20px;
}

.sub1 {
font-size: 390px;
letter-spacing: -0.05em;
display: flex;
position: relative;
color: #ff6700;
text-shadow: -1px -1px 1px hsla(0, 0%, 89%, 0.9),2px 2px 2px #f7f7f7;
overflow: hidden;
}

@media (max-width: 768px) {
.title {
  font-size: 25vw;
}
.subtitle {
  font-size: 6vw;
}
.sub0 {
  margin-bottom: 30vh;
}
.sub1 {
  font-size: 35vw;
  position: fixed;
  margin-top: 30vh;
}
}

.links {
  padding-top: 15px;
}
