body { 
  background-image: url('https://image.ibb.co/cEpSAG/css_img_background.gif'); 
  background-repeat: repeat;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding: 75px 0 75px 0;
  margin: 0;
}

h1, h2 {
  font-family: 'Faustina', serif;
  margin: 0;
}

h3 {
  font-family: 'Faustina', serif;
}

h4 {
  font-family: 'Faustina', serif;
  font-size: 22px;
  margin: 0;
  color: #ffffff;
}

fieldset {
  border: 0;
}

legend {
  font-family: 'Faustina', serif;
  font-size: 20px;
  font-weight: bold;
}

.question {
  font-family: 'Faustina', serif;
}

.cars {
  float: right;
  margin-right: -75px;
  margin-top: -25px;
}

.intCars {
  float: left;
}

.cop {
  padding-right: 20px;
}

.answer {
  color: #ffffff;
}

#wrapper {
  width: 60%;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  background: rgba(0, 153, 255, .6);
  border-radius: 10px;
}

#main p {
  margin: 10px 0 20px 0;
}

#questions {
  overflow: hidden;
  position: relative;
}

#modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .85);
  text-align: center;
}

#message {
  max-width: 500px;
  margin: auto;
  padding: 40px;
}

.nextLast {
  position: absolute;
  bottom: 0;
  right: 0;
}


button {
  font-size: 22px;
  text-align: center;
  color: white;
  background: #B30000;
  border: 0;
  font-family: 'Anton', sans-serif;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.nav {
  float: right;
  margin-top: 25px;
}

.choices {
  margin-bottom: 25px;
}

.row {
  border: 0;
	border-top: 1px dashed #edeac8;
}

label {
    margin: 0px 0px 10px 25px;
    display: block;
}

input[type=radio] {
    float: left;
} 

.right {
  margin: 0;
  text-align: right;
}


.redx {
  float: left;
  padding: 5px 5px 0;
  width: 50px;
  border: 0;
}

.navbottom {
  position: absolute;
  bottom: 0;
}

.reset {
  margin: 0 20px 0;
}

