﻿.screen-content[data-css-name="Start"] {
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.screen-content[data-css-name="Start"] h1 {
  font-size: 60px;
  font-weight: lighter;
  margin-top: 307px;
}
@media only screen and (max-width: 480px) {
  .screen-content[data-css-name="Start"] h1 {
    font-size: 30px;
    margin-top: 82px;
    margin-bottom: 37px;
  }
}
.screen-content[data-css-name="Start"] h1 span.text-bold {
  font-weight: bold;
}
.screen-content[data-css-name="Start"] p.introduce {
  font-size: 30px;
  font-weight: lighter;
  width: 1088px;
  margin: auto;
  margin-block-start: 1em;
  margin-block-end: 1em;
  opacity: 0.9;
}
@media only screen and (max-width: 480px) {
  .screen-content[data-css-name="Start"] p.introduce {
    margin: 37px;
    width: unset;
    font-size: 14px;
  }
}
.screen-content[data-css-name="Start"] .btn-create {
  position: absolute;
  bottom: 14.11vh;
  left: calc(50vw - 440px / 2);
}
@media only screen and (max-width: 480px) {
  .screen-content[data-css-name="Start"] .btn-create {
    bottom: 40px;
    left: calc(50vw - 161.74px / 2);
  }
}