@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,800');

body {
    font-family:  'Montserrat', sans-serif;
    margin-top: 40px;
}

h1 {

    text-align: center;
}

#title {
    margin-top: 10px;
}

#quiz {
    text-indent: 10px;
    display:none;
    font-size: 20px;
}

.button {
    font-size: 16px;
    width: 60px;
    text-align: center;
    border-radius:3px;
    padding: 5px;
    position: relative;
    float:right;
    background-color: white;
    color: black;
    margin: 1px 2px 1px 2px;
    text-decoration:none;
}


.button.active {
    background-color: #F8F8FF;
    color: #525252;
}

button {
    position: relative;
    float:right;
}

.button a {
    text-decoration: none;
    color: black;
}

#container {
    width:60%;
    margin:auto;
    padding: 20px 25px 40px 10px;
    background-color: #051937;
    border-radius:5px;
    color: #FFFFFF;
    box-shadow: 5px 5px 5px #888;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#prev {
    display:none;
}

#start {
    display:none;
    width: 90px;
}

.modal-btn{
	background-color: #051937; 
	right: 30px;
}

h5, .modal-btn:hover {
	color: #051937;
}
}