* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  background-image: url(images/xx.jpeg);
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden; }

.image {
  width: 100%;
  height: 100vh;
  display: none; }

.home-content {
  position: absolute;
  color: white;
  text-align: center;
  width: 100%;
  top: 100px; }

.name {
  font-size: 3em;
  margin-top: 17%; }

.description {
  font-size: 1.7em; }

.second-title {
  font-size: 2em;
  margin-top: 25%; }

a {
  text-decoration: none; }

.start-button {
  margin-left: 80%;
  top: 107%;
  width: 50px;
  display: block;
  position: absolute; }

.home-icon {
  width: 50px;
  position: absolute; }

@media (min-width: 768px) {
  .home-content {
    width: 100%;
    margin: 10px; }

  .name {
    font-size: 3.3em;
    margin-top: 5%; }

  .description {
    font-size: 2em; }

  .second-title {
    font-size: 2.3em;
    margin-top: 22%; }

  .start-button {
    margin-left: 84%;
    margin-top: -4%; } }
@media (min-width: 1024px) {
  .name {
    font-size: 3.5em;
    margin-top: 5%; }

  .description {
    font-size: 1.8em; }

  .second-title {
    font-size: 2.6em;
    margin-top: 17%; }

  .start-button {
    margin-left: 92%;
    margin-top: -7%; } }

/*# sourceMappingURL=styles.css.map */