body{
  background-color: #759DB7;
}
h1 {
  text-align: center;
  font-family: sans-serif;
  margin-bottom: .5cm;
  color:  white;
}
p {
  text-align: center;
  font-family: sans-serif;
  margin-bottom: .5cm;
  color: white;
}
label{margin-top: .3cm;display: inline-block;}
.btn{
      background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
#questions{
  text-align: center;
  font-family: sans-serif;
  margin-bottom: .5cm;
}
#results{
  text-align: center;
  font-family: sans-serif;
  margin-bottom: .5cm;
  background-color:#fff;
  width: 200px;
  border-radius: 10px;
  border: solid grey 1px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.red{color:red;}
.green{color:green;}
.blue{color:blue;}




#article {
  padding: 5% 30% 0;
}


#article p{
  text-align: left;
}

#article h3 {
  color: white;
}

a {
  color:yellow;
}