 html {
    background: lightblue no-repeat center;
    background-size: cover;
    scroll-behavior: smooth;
    }
    .button {
        background-color: #2520af;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: auto;
        cursor: pointer;
        display: inline;
        }
    .radio {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }
    * {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/* Style the header */
.header {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

hr.solid {
  border-top: 7px solid #2520af;
}

.intruct{
    font-size: 20px;
    width: 120%;
    padding: 10px;
    margin: -6%;
    
}
.test{
    margin: auto;
    font-size: 24px;
    margin: auto;
    width: 33.33%;
    padding: 10px;
    font-family: "Comic Sans MS", "Comic Sans";
}
.results{
    margin: auto;
    font-size: 16px;
    margin: auto;
    width: 33.33%;
    padding: 10px;

}
.pic{
    margin: auto;
    font-size: 16px;
    margin: auto;
    width: 70%;
    padding: 10px;
}
.error1{
margin: auto;
width: 30%;
padding: 10px;
}