.nav-bar{
    height: 60px;
    background-color: #9509c0;
}
ul{
    list-style-type: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
li{
    display: inline;
    padding: 14px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Baloo 2";
    font-size:20px;
    color: white;
    background-color: #9509c0;
    border: 0px #00ffbb solid;
    transition: 0.3s;
}
li:hover{
    border: 3px #00ffbb solid;
    background-color: #760698;
}
a{
    text-decoration: none;
}
body{
    margin: 0px;
}

.Logo{
    float: left;
    width: 170px;
    border-radius: 100px;
}
.header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.500),rgba(0, 0, 0, 0.120)) ,url(exam.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 10px;
}
.heading{
    text-align: center;
    font-family: 'Satisfy';
    filter: drop-shadow(3px 3px 3px rgba(100, 100, 100, 0.916));
    color: white;
    font-size: 62px;
    padding-bottom: 0px;
}
.questions{
    font-size: 20px;
    font-family: 'Baloo 2';
    text-align: justify;
    margin: 15px;
    color: black;
}
.instructions{
    font-size: 15px;
    display: inline;
    font-family: 'Baloo 2';
    text-align: justify;
    color: #760698;
}
h2{
    font-family: 'Satisfy';
    font-size: 40px;
    margin-left: 15px;
}
h3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    display: inline;
    color: black;
}
hr{
    border-top: 5px red double;
    margin-top: 10px;
    margin-bottom: 10px;
}
.description{
    margin: 15px;
}
input{
    margin: 15px;
    width: 17px;
    height: 17px;
}
label{
    font-size: 25px;
    font-family: 'Baloo 2';
    text-align: justify;
    margin: 15px;
    color: black;
}
.img{
    margin: 15px;
    width: 450px;
    display: block;
}
.submit{
    padding: 15px;
    width: fit-content;
    height: fit-content;
    margin: 20px;
    font-size: 30px;
    text-align: center;
    background-color: #c300ff;
    border: 3px #00ffbb solid;
    border-radius: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;
    transition: 100ms;
    color: white;
}
.submit:hover{
    background-color: #8209a7;
}
.submit:active{
    background-color: #5a0673;
}
.result{
    text-align: center;
    color: #8209a7;
}
.footer{
    background-image: linear-gradient(#069c74, #8110a3);
    padding-top: 5px;
    width: 100%;
    padding-bottom: 5px;
    color: rgba(224, 224, 224, 0.767);
    font-family: 'Baloo 2';
    font-size: 20px;
}