
nav {
      display: flex;
      justify-content: center;
      background-color:transparent;
    }

    nav a {
      color:white;
      text-decoration: none;
      padding: 14px 20px;
      display: inline-block;
      transition: background-color 0.3s;
    }
 nav a:hover {
      background-color:#e3748b;
    }

    h1{
        display: flex;
        justify-content: center;
        color: white;
        font-family:serif;
        
    }
    .options{
        display:flex;
        justify-items: center; 
        justify-self: center;
        justify-content: center;
        color:white;
        
    }
    .options label{
        padding-right: 8px;
    }
    p{
        color:white;
    }
    .question{
        display: flex;
        justify-content:center;
        
        font-size:1.3em;
    }
    .centerme{
        margin:7px;
        display:flex;
        justify-content:center;
    }
    .errorClass{
        color:red; 
    }
    #checkit{
        background: white;
        color: black;
        border-style: outset;
        border-color: black;
        padding:5px;
        display: flex;
        justify-self: center;
    }
    

body{
    background-image: url('img/starback.jpg');
    background-size:cover;
    text-decoration: white;
}