body{
    background-color: black;

}

.Page_Tittle{
    text-align: center;
    color: #9DFDFB;
    font-size: 73px;
    font-weight: bold;
}

.center {
    text-align: center;
    margin: auto;
    width: 50%;
    /* border: 3px solid green;  */
    padding: 10px;
    
}

.a{
    border: 1px solid white;
}

.A{
    font-size: 100px;
    color: aliceblue;
}
.B{
    font-size: 100px;
    color: aliceblue;
}
.C{
    font-size: 100px;
    color: aliceblue;
}
.D{
    font-size: 100px;
    color: aliceblue;
}

.Question_Prompt{
    font-size: 35px;
    font-weight: bold;
    color: aliceblue;
    background-color: rgba(0, 0, 0, 0.5);
}

.generate_btn{
    text-align: right;
}
.check_btn{
    text-align: left;
}

/* Dropdown Button */
.dropbtn {
    background-color: #9DFDFB;
    color: black;
    padding: 10px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    margin: 10px;
    width: 75px;
    height: 50px;
    border-radius: 25%;
    font-weight: bolder;
    line-height: 110%;
}
  
  /* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color:  #8DE3C9;
}
  
  /* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
  
  /* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid #AEFD9D;
}
  
  /* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
  /* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* =========================== this is for button animation ==============================================================================*/

.answer_btn {
    margin-top: 15px;
    height: 75px;
    width: 100px;
    border-radius: 25%;
    border: 2px solid black;
}

.answer_btn:hover{
    background-color: #9DFDFB;
}

.next_btn_design {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 1000;
    margin-top: 0px;
}

.next_btn_design:hover{
    background-color: #9DFDFB;
}
/* =========================== this is for text animation ==============================================================================*/

.text_design{
    font-weight: bold;
    color: black;
    font-size: 20px;
}

/* ======================== Question box container design ======================================================================================== */

.question_box_container{
    margin: 100px;
    background-image: url('https://wallpapers.com/images/hd/houses-in-dark-green-forest-aesthetic-j7txl9nd2eyb32if.jpg');
}

.video{
    margin: 10px;
}

.Sub_Title{
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #AEFD9D;
    font-weight: bold;
}