main {
  overflow: hidden;
  width: 100vw;
}

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

section {
  width: 100%;
  padding: 5px;
}

h1 {
  width: 150px;
  color: #343a40;
  font-size: 3rem;
  font-family: Montserrat, sans-serif;
}

h2 {
  width: 200px;
  padding: 10px;
  color: #595260;
  font-weight: 300;
  font-size: 2.1rem;
  font-family: Caveat, sans-serif;
  line-height: 1.8rem;
}

h3 {
  width: 100%;
  padding: 0 7px;
  color: #595260;
  font-weight: 300;
  font-size: 1.4rem;
  font-family: Montserrat, sans-serif;
}

h4 {
  width: 210px;
  color: #343a40;
  font-size: 2rem;
  font-family: Montserrat, sans-serif;
}

h4 b {
  color: #da0037;
  text-decoration: underline;
  font-size: 1.2rem;
}

.icon {
  width: 80px;
  border-radius: 15px;
}

.title-phrase {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.title-line {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
}

.title-img {
  width: auto;
  position: absolute;
  z-index: -1;
}

.title-img.left {
  height: 430px;
  left: -180px;
  top: -140px;
}

.title-img.right {
  height: 450px;
  right: -180px;
  top: 50%;
  transform: translateY(-50%);
}

.appload-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.appload-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appload-item {
  width: auto;
  height: 50px;
}

.links {
  display: flex;
  align-items: center;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 5px;
  color: #fff;
  background-color: #353535;
  border-radius: 10px;
  font-size: 1.2rem;
  font-family: Georama, sans-serif;
  text-decoration: none;
}

.link.alt {
  background-color: #7b7b7b;
}
