.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;
  }
#logo {
    position: absolute;
    width: 194px;
    height: 60px;
    left: 1225px;
    top: 65px;

}
h1{
    position: absolute;
width: 669px;
height: 39px;
left: 368px;
top: 145px;

font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 39px;
/* identical to box height */


color:blueviolet;
}
h2{
    position: absolute;
width: 1251px;
height: 203px;
left: 120px;
top: 420px;
color: #1C75BC;
}
#p2{
    position: absolute;
width: 554px;
height: 66px;
left: 587px;
top: 569px;

font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 29px;
}
#p1
{
    position: absolute;
width: 1216px;
height: 176px;
left: 50px;
top:170px;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 22px;
/* or 110% */

display: flex;
align-items: flex-end;

color: #2B2B2B;
}
#think{
    position: absolute;
width: 401px;
height: 280px;
left: 44px;
top: 479px;
transition:transform .2s;

}
#think:hover{
  transform:scale(1.5);
}
#next{
    position: absolute;
width: 121px;
height: 56px;
left: 1303px;
top: 723px;
background-color: #1C75BC;
transition:transform .2s;
border-radius: 15%;
}
#next:hover{
  transform:scale(1.5);

}