body {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    background-image: url('images/wallpaper.jpg');
}

.container {
    text-align: center;
    border: 2px solid grey;
    width: 70%;
    margin:auto;
    margin-top: 30px;
    padding: 20px;
    background-color: #f2d9a4;
}

#question-form > div {
  width: 40%;
  margin: auto;
  margin-left: 43%;
  text-align: left;
}

.radio-buttons-enclose {
    margin: auto;
}


.score {
    text-align: center;  
    display: flex; 
}

ul.score-tally {
    list-style-type: none;
    width: 100%;
}


.main-img {
    height: 200px;
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
    margin: auto;
    margin-bottom: 10px;
}


.answerbutton {
    margin: auto;
    margin-top: 20px;
    margin-left: 50px;
    
}

.views {
    width: 75%;
    margin: auto;
    margin-top: 20px;
    display: block;
}


.radio-buttons {
  margin: auto;
  margin-bottom: 20px;
  
}

.radio-enclose {
  
  margin-bottom: 2px;

}

label {
  margin-left: 4px;
}

input:hover, button:hover {
    cursor: pointer;
}

button {
    background-color: #544F53;
    color: #fff;
    font-weight: 900;
    height: 30px;
    width: 125px;
    border-radius: 5px;
}