* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}

.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}

/* Start Landing Page */

.landing-page {
  position: relative;
  background-color: #fff;
}

.landing-page .header-area {
  display: flex;
  padding: 25px 0 0;
  position: relative;
}

.landing-page .header-area .logo {
  text-transform: uppercase;
  font-style: italic;
  margin-top: 10px;
  font-size: 25px;
  width: 300px;
  color: #5d5d5d;
}

.landing-page .header-area .links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

.landing-page .header-area .links li {
  display: inline-block;
  margin-left: 30px;
  color: #5d5d5d;
  cursor: pointer;
}

.landing-page .header-area .links a {
  display: inline-block;
  color: #5d5d5d;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
}

.landing-page .header-area .links .li-volta {
  border: 0;
  border-radius: 20px;
  padding: 10px 18px;
  color: #fff;
  background-color: #6c63ff;
}

.landing-page .info {
  width: 35%;
  float: left;
  margin-top: 130px;
}

.landing-page .info h1 {
  font-size: 44px;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #5d5d5d;
}

.landing-page .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #5d5d5d;
}

.landing-page .info button {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  color: #fff;
  background-color: #6c63ff;
}

.landing-page .image {
  width: 50%;
  height: 50%;
  float: right;
  margin-top: 35px;
}

.landing-page .image img {
  max-width: 100%;
  border: 10px solid white;
}

.clearfix {
  clear: both;
}

.footer- {
  width: auto;
  padding: 5px;
  text-align: center;
  color: #5d5d5d;
}

.info-vote {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  margin-top: 30px;
}

.button {
  background-color: transparent;
}

/* End Landing Page */

@media (max-width: 450px) {
  * {
    box-sizing: border-box;
  }

  .container {
    width: auto;
    margin: auto 10px auto 10px;
  }

  .landing-page .header-area {
    width: auto;
    display: flex;
    padding: 25px 0 0;
    position: relative;
  }

  .landing-page .header-area .logo {
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px;
    font-size: 30px;
    width: 300px;
    color: #5d5d5d;
  }

  .landing-page .header-area .links li {
    font-size: 20px;
  }

  .landing-page .image img {
    max-width: auto;
  }

  .landing-page .image {
    width: auto;
    top: 250px;
    bottom: 0px;
    margin: 0px;
    float: initial;
    text-align: center;
  }

  .landing-page .info {
    width: auto;
    float: left;
    margin-top: 25px;
  }

  .landing-page .info p {
    font-size: 20px;
    text-align: center;
  }

  .landing-page .info h1 {
    font-size: 45px;
    text-align: center;
  }

  .body {
    width: 50%;
    height: 50%;
  }

  .footer- {
    width: auto;
  }

  .footer- p {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #5d5d5d;
  }
}

@media (max-width: 770px) and (min-width: 451px) {
  * {
    box-sizing: border-box;
  }

  .container {
    width: auto;
    margin: auto 10px auto 10px;
  }

  .landing-page .header-area {
    width: auto;
    display: flex;
    padding: 25px 0 0;
    position: relative;
  }

  .landing-page .header-area .logo {
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px;
    font-size: 30px;
    width: 300px;
    color: #5d5d5d;
  }

  .landing-page .header-area .links li {
    font-size: 20px;
  }

  .landing-page .image img {
    max-width: auto;
  }

  .landing-page .image {
    width: auto;
    top: 250px;
    bottom: 0px;
    margin: 0px;
    float: initial;
    text-align: center;
  }

  .landing-page .info {
    width: auto;
    float: left;
    margin-top: 25px;
  }

  .landing-page .info p {
    font-size: 20px;
    text-align: center;
  }

  .landing-page .info h1 {
    font-size: 45px;
    text-align: center;
  }

  .body {
    width: 50%;
    height: 50%;
  }

  .footer- {
    width: auto;
  }

  .footer- p {
    margin: auto;
    font-size: 20px;
    text-align: center;
    color: #5d5d5d;
  }
}
