﻿body {
    position: relative;
    font-size: 14px;
    background-color: deepskyblue;
    font-family: 'Josefin Sans', sans-serif;
    background-image: url("Images/Misc.jpg");
    background-size: 1465px 900px;
}

#Choose {
    display: flex;
    flex-flow: row;
    text-align: right;
    align-content: center;
    margin-bottom: 1%;

}

#Add {
    text-align: right;
    align-content: center;
    margin-bottom: 1%;
    margin-bottom: 1%;
}

#QuizBuildFinish {
    display: flex;
    flex-flow: row;
    text-align: right;
    align-content: center;
    margin-bottom: 1%;
    margin-bottom: 1%;
}

#content {
    display: flex;
    flex-flow: column;
    margin-left: 20%;
    margin-right: 20%;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 90px;
    background-color: lightskyblue;
    border: groove;
    border-radius: 50px;
    border-color: purple;
    background-image: url("Images/Puzzle.jpg");
    background-size: 1000px;
    position: static;
}

#Error {
    text-align: center;
    align-content: center;
    margin-bottom: 1%;
}

#QuizTaker {
    text-align: center;
    align-content: center;
    margin-bottom: 1%;
}

#QuizBody {
    text-align: left;
    align-content: center;
    margin-bottom: 1%;
}

#NextQuestion {
    text-align: center;
    align-content: center;
    margin-bottom: 1%;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background-color: white;
    padding: 1px;
    font-size: 10px;
}

li {
    list-style-type: none;
}

nav {
    background-color: black;
    height: 50px;
    width: 750px;
    margin-left: 340px;
    margin-top: 10%;
    border-radius: 100px;
    border: groove;
    border-color: black;
}


    nav ul {
        height: 50px;
        width: 725px;
        margin: 0 auto;
    }

        nav ul li {
            list-style-type: none;
            float: left;
            width: 180px;
        }

li a {
    color: white;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-left: 315px;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
}

    li a:hover {
        color: white;
        text-decoration: none;
        list-style-type: none;
    }
