.navbar {
    overflow: hidden;
    background-color: #F7941E;
    font-family: Arial;
    
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 24px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown,.dropdown2 {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn,.dropdown2 .dropbtn2 {
    font-size: 24px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn,.dropdown2:hover .dropbtn2 {
    background-color:green;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content ,.dropdown-content2{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a,.dropdown-content2 a {
    float: none;
    color:black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover ,.dropdown-content2 a:hover {
    background-color:steelblue;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content,.dropdown2:hover .dropdown-content2 {
    display: block;
  }
  .c1
            {
                position:absolute;
                height:500px;
                width:35%;
                border:2px solid black;
                
                margin-top:150px;
                top:120px;
                margin:30px;
                padding:10px;
            }
            #submit
            {
                position:absolute;
                left:800px;
                height:30px;
                width:120px;
                top:695px;
                background-color:lightblue;
                font-style:regular;
                font-size: 18px;
            }
            #reset
            {
              position:absolute;
                left:970px;
                height:30px;
                width:120px;
                top:695px;
                background-color:lightblue;
                font-style:regular;
                font-size: 18px;
            }
            #res
            {
              position:absolute;
                left:780px;
                height:10px;
                width:600px;
                top:540px;
                color:red;
                font-style:normal;
                font-size: 24px;
            }
            h1
            { position:absolute;
              color:blue;
              left:300px;
              top:60px;  
            }
            #next{
              position: absolute;
          width: 131px;
          height: 56px;
          left: 1203px;
          top: 823px;
          background-color: #1C75BC;
          transition:transform .2s;
border-radius: 15%;
}
#next:hover{
  transform:scale(1.5);


          }
          #previous{
            position: absolute;
        width: 131px;
        height: 56px;
        left: 120px;
        top: 823px;
        background-color: #1C75BC;
        transition:transform .2s;
border-radius: 15%;
}
#previous:hover{
  transform:scale(1.5);


        }
        #logo {
          position: absolute;
          width: 194px;
    height: 60px;
    left: 1225px;
    top: 65px;
        }
        #image
        {
          position:absolute;
          top:10px;
          left:100px;
          transition:transform .2s;
          height:500px;
          width:350px;
        }
        #image:hover{
          transform:scale(1.5);
        }