body {
  margin: 0;
  padding: 0;
  background: #313339;
  font-family: "Source Sans Pro", sans-serif;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-container {
  width: 60%;
}

h1 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.card {
  border-radius: 5px;
  background-color: #2b2c31;
  border: 1px solid #222226;
  color: #bdc3c7;
  padding: 50px 40px;
  line-height: 1.4;
}

a {
  color: #7974d8;
  text-decoration: none;
}

li {
  margin-top: 3px;
}

.side-wave {
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  height: 880px;
}

.margin {
  margin: 10px 0;
}

footer {
  color: #d6d6d6;
}

footer .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

h2,
p {
  margin: 0;
}

.questions {
  width: 33%;
}

.questions p {
  margin: 15px 0;
}

.coins {
  width: 300px;
}

.buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: space-around;

  justify-content: flex-end;
}

button {
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  outline: none;
  background: transparent;
  border: 2px solid #7974d8;
  color: #7974d8;
  border-radius: 5px;
  cursor: pointer;
}

.class-container {
  width: 33%;
}

button:hover {
  border: 2px solid #7974d8;
  background: #7974d8;
  color: #fff;
}

button span {
  font-size: 9px;
}

h2 {
  font-size: 20px;
}

footer p {
  font-size: 14px;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.row svg {
  margin-right: 5px;
  height: 22px;
  cursor: pointer;
}

.buttons a {
  width: 100%;
}

.copyright {
  width: 100%;
  text-align: center;
}

.bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom svg {
  height: 30px !important;
}

@media only screen and (max-width: 1400px) {
  .inner-container {
    width: 80% !important;
  }

  .side-wave {
    height: 600px;
  }
}

@media only screen and (max-width: 1100px) {
  .coins {
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .inner-container {
    width: 90% !important;
  }

  .side-wave {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .top {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .class-container {
    display: none !important;
  }

  .questions {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .top {
    flex-direction: column !important;
    padding: 30px;
    margin-top: 0 !important;
  }

  .coins {
    margin: 20px;
  }

  .questions {
    width: 100% !important;
    text-align: center;
  }

  .class-container {
    width: 100%;
    display: flex;
    justify-content: center !important;
  }

  .buttons {
    margin-top: 10px;
    width: 100% !important;
  }

  .questions .row {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .inner-container {
    width: 98% !important;
  }

  .buttons {
    width: 90%;
  }
}
