* {
    box-sizing: border-box;
}
body {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

header h1 {
    font-size: 50px;
    color: white;
    width: 300px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 700px;
}


#navlogin{
    float: right;
    width: 140px;
    height: 40px;
    border: 2px solid crimson;
    border-radius: 10px;
   color: crimson;
   background-color: white;
   text-align: center;
   position: relative;
   margin-top: 20px;
   padding: 1.5px;
}

nav {
    background-color: #333;
    overflow: hidden;
    flex-wrap: wrap;
   
    
}

nav a {
    text-decoration: none;
    padding: 20px;
    text-align: center;
    float: left;
    color: white;

    
}

main {
    background-color: white;
    text-align: center;
}

h2 {
    padding: 20px;
}

section:nth-child(even) {
    background-color: rgb(241, 241, 241);
}

section {
    min-height: 100vh;
}

video {
    padding: 10px;
}
iframe{
    margin: 8px;
  }
  #video{
    display: flex;
    justify-content: space-evenly;

  }
  
img {
    padding: 10px;
}

section h5 {
    margin: 40px;
}

#img1{
    height: 250px;
    width: 250px;
    
}
#img2{
    height: 250px;
    width: 250px;
}
#logo{
    position: relative;
    float: left;
}
footer {
    background-color:#333;
    padding: 20px 0;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer-logo {
    flex: 1;
    text-align: center;
    float: left;
  }
  
  .footer-logo img {
    width: 150px;
  }
  
  .footer-column {
    flex: 1;
    padding: 0 20px;
  }
  
  .footer-column h3 {
    color:antiquewhite;
  }
  
  .footer-column ul {
    list-style-type: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color:beige;
    text-decoration: none;
  }
  
  .footer-column ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    margin-top: 20px;
    text-align: center;
  }
  
  .footer-bottom p {
    color:beige;
    font-size: 14px;
  }
  .footer-column p{
    color:beige;
}


section {
    padding: 2em;
}

main{
    width: 60%;
    height: 500px;
    margin: auto;
    margin-top: 100px;
    box-shadow: 0px 0px 3px gray;
    position: relative;
    overflow: hidden;
}
.slide{
    width: 100%;
    height: 100%;
    transition: 1s;
    position: absolute;
}
#left{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 800px;
}

#intro{
    height: 80px;
    background-color: crimson;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#obj{
   display:flex;
}
.text{
    width: 550px;
    border: 1px solid black;
    background-color:floralwhite;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    font-family: sans-serif;
    
}

#login{
    border: 2px solid crimson;
    border-radius: 5px;
    background-color: white;
}
#im1{
    float: right;
    border-radius: 50px;
    margin: 50px;
}
#crack{
    font-size: 40px;
}
span{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: crimson;
}
#exam{
    display: inline-flex;
    background-color: white;
    justify-content: space-around;
  
    
}
#exam div{
    margin: 10px;
    margin-top: 50px;
    
    
}
#div2{
   width: 50%;
    height: 400px;
    padding: 10px;
    font-family: cursive;
    font-weight: 700;
    font-size: larger;
    color: brown;
    background-color: bisque;
    border: 4px solid brown;
    border-radius: 30px;
    float: right;
    overflow-y:scroll;
}
#para{
    font-family:'Times New Roman', Times, serif;
    color:white;
    font-weight: 600;
    font-size:large;
border: 1px solid ;
align-items: center;
display: flex;
margin:20px;

}


#maindiv{
    display:flex;
    background-color:white;
    margin: 50px;
    border-radius: 6px;
}
#firstdiv{
    border: 2px solid white;
    height:400; 
    margin:5px;
font-size: larger;
padding: 4px;
}
#seconddiv{
    border: 2px solid white;
    height:400px;
    margin:5px;
    font-size: larger;
    padding: 4px;
}
#links{
 margin: 0;
display: flex;
justify-content: space-evenly;
padding-top: 0;

}
section{
    background-color: white;
}

#link1 a{
    display:flex;
  padding: 40px 40px;
  font-size: 15px;
  
}
#link2 a{
    display: inline-flex;
  color:white;
  padding: 40px 40px;
  font-size: 15px;
 
}
#pyqs{
    font-size: 25px;
    padding-top: 20px;
    padding-left: 140px;
    text-decoration: underline;
    color: brown;
    

}
#parapyq{
    color: black;
    font-size: larger;
    
    height: fit-content;
    border-radius: 20px;
    padding: 10px;
    font-family: sans-serif;
    font-style: italic;
    line-height: 1.5;

}
#links22 h1{
    border: 2px solid orangered;
    border-radius: 10px;
    background-color: white;
    float: center;
    width: 200px;
    height: 60px;
    padding-top: 10px;
    padding-left: 5px;
    align-items: center;
}

#golbol{
    display: flex;
    justify-content: space-around;
    
}
#moj{
    margin: 70px;
}