h1{
    font-size: 300%;
    margin: 1%;
    padding-top: 1.5%;
    color: black;
    text-align: center;
}
nav a{ /* links within a "nav" container */
    padding:10px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    background-color: #9ef0f7;
    color: black;
    border-radius: 80px;
   /*by default, lihnks are blue*/
}
body{
    text-align: center;
    background-color: #e1fafc;
    font-family: serif;
}
#header{
    text-align: center;
}

button{
    background-color: #9ef0f7;
    padding: 14px;
    color: black;
    font-family: arial;
    font-size: 20px;
    border: none;
    border-radius: 80px;
}

#qlist{
    text-align: justify;
    line-height: 1.8;
}

#alist{
    text-align: center;
    line-height: 1.8;
}

#up{
    color: white;
     text-decoration: none;
    background-color: green;
    border-radius: 80px;
     padding:3px;
}

#del{
    color: white;
    text-decoration: none;
    background-color: red;
    border-radius: 80px;
     padding:3px;
}

#middle{
    text-align: justify;
}