body{
    background-color:black;
    overflow-x: hidden;
    /* background-image: linear-gradient(90deg, lightseagreen, yellow); */
}

#promt_question_1, #promt_question_2{
    color:white;
    font-size: 100px;
    word-spacing: 5px;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: underline;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(100px); }
  }

#promt_question_1{
    text-decoration: none;
    animation: slide 2s infinite alternate;
    background-color:rgb(2, 151, 238);
    height: 120px;
    border-radius: 0px 100px 100px 0px;
    width: 100%;
    font-size: 80px;
    padding-right: 20px;
}

#promt_answer_1{
    margin-top:0px;
    width:120%;
    height:250px;
    background-color:white;
    color: black;
    font-size:30px;
    text-align: justify;
    font-family: 'Abel', sans-serif;
}

#promt_question_2{
    color: green;
    font-size: 30px;
}

.headings{
    font-size:80px;
    color: red;
    word-spacing: 7px;
    font-family: 'Julius Sans One', sans-serif;
}

.answers{
    width:95%;
    background-color: black;
    font-size: 35px;
    padding-top: 25px;
    color: white;
    text-align: justify;
    font-family: 'Kalam', cursive;
}

button{
    height:125px;
    width:400px;
    font-size:40px !important;
    border-radius: 100px 0px 0px 100px !important;
    margin-left: 1250px !important;
    background: linear-gradient(to right, cyan, blue) !important;
    color: white !important;
    border-color: black;
}

#copyright_div{
    background-color: white;
    position:fixed;
    bottom: 0px;
    width: 100%;
    height:3.75%;
    font-size: 20px;
    word-spacing: 2px;
}

#edu p{
    font-size: 30px;
    color: cyan;
    font-family: 'Nunito Sans', sans-serif;
}

#t_111 a{
    cursor: pointer;
}

#navigation_menu{
    width: 100%;
    height:8%;
    margin-top: 0px;
    position: fixed;
    background-color: white;
    display: flex;
    justify-content: space-around;
    border: 2px white solid;
    border-radius: 0px 0px 40px 40px;
}

#fact1{
    width: 900px;
    height: 400px;
    border: 2px grey solid;
    margin-left: 430px;
    border-radius: 100px 0px 0px 100px;
    background-color: grey;
}

#fact2{
    width: 900px;
    height: 400px;
    border: 2px grey solid;
    border-radius: 0px 100px 100px 0px;
    background-color: grey;
    float:left;
}

#navigation_menu a{
    margin-top: 25px;
    margin-top: 20px;
    color: black;
    font-size: 30px;
    padding-bottom: 0px;
    width: 80px !important;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 0px;

}

#navigation_menu a:hover{
    background-color: rgb(211, 211, 211);
    text-decoration: none !important;
}

#some1{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

#im1{
    width: 50%;
    margin-top: 30px;
}

#sdg1sp{
    background-color:grey;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  #sdg1sp p{
    color: rgb(233, 218, 218);
    font-family: 'Stylish', serif;
    font-size: 35px;
  }
  
  #sdg11{
    width: 20%;
    height: 20%;
  }

#b{
    color:red !important;
}

#b:hover{
    text-decoration: underline !important;
}

  #imgm2{
    margin-left: 0px;
    width: 300px;
    height: 85%;
  }
