body{
    font-family:Georgia, 'Times New Roman', Times, serif ;
    /* display: flex; */
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0%;
    background-color: antiquewhite;
}

ul{
    padding-left: 15rem;
}

img{
    
}

h1{
text-align: center;
background-color: blueviolet;    
}

li{
    font-size: 30px;
}

p{
    font-size: 25px;
    padding-left: 10rem;
}

.nav-brand{
    text-align: center;
    font-size: 2.5rem;
    height: auto;
    background-color: rgb(239, 198, 144);
    border-radius: 1rem;
    border-bottom: 5px solid black;
}

.nav-heading{
    margin: 0%;
    font-size: 40px;
}

.div1{
    padding-bottom: 3rem;
}

.img{
   
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 5vh;
}

.img2{
   
    height: 30vh;
}

.q1{
    font-size: 40px;
   
}

hr{
    height:4px;
    border-width:0;
    color:rgb(255, 0, 81);
    background-color:rgb(255, 0, 81)
}

.list{
    align-items: left;
}