*{
    margin: 0%;
    padding: 0%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    html,body{
        height: 100%;
        width: 100%;
    }
    #fakeheader{
        height: 13vh;
    }
    #header{
        display: flex;
        background-color: rgb(255, 255, 255);
        position: fixed;
        height: 13vh;
        width: 100%;
        align-items: center;
       justify-content: space-around;
    }
    .subtopics{
       background-color: rgb(255, 255, 255);
    
        color: rgb(0, 0, 0);
       font-weight:600;
    }
    #page1{
        background-color: rgb(255, 255, 255);
        height: 87vh;
    }
    #page2{
      background: url("2ndpage.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
        background-color: rgb(255, 255, 255);
        height: 87vh;
        width:100%;
    }
    #logo{
        background-color: black;
        height:70%;

    }
    #logo img
    {
      height:100%;
     }

   .icon{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height:20px;
    border-radius: 20px;

 
   }
   .icon:hover{
    background-color: aquamarine;
   }
   .subtopics:hover{
    color: rgb(33, 33, 201);
   }
   #login:hover{

    background-color: rgb(127, 255,212);
   }
   .try{
    height: 35px;
    width: 90px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
   padding: 5px;
    background-color: rgb(23, 248, 3);
   }
   .try:hover{
    background-color: rgb(2, 71, 2);
   }
   #strip{
    color: aliceblue;
    
    display:flex;
    align-items: center;
    justify-content: center;
    height: 8%;
    width: 100%;
    background-color: rgb(3, 3, 124);
   }
   #strip p{
    font-weight: bold;
   }
   #content{height:76%;
    width: 100%;
    display: flex;
   }
   #box1{
    height:100% ;
    width: 50%;
    background-color: rgb(255, 255, 255);
   }
    #box2{
        background-color: aquamarine;
    height:100% ;
  
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   background-image :  url("salesforce.jpg");
  background-repeat: no-repeat;
  background-position:center;
  background-size: 40px;

  background-size: cover;
background-attachment: local;
 }
   #tag{
    background-color:white;
    height:16% ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(2, 2, 65);
   }
   #text{
    background-color: rgb(255, 255, 255);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-top: 62px;
    padding-left: 37px;
    justify-content: center;
    align-items: center;
   }
   #text h1{
     color:  rgb(3, 3, 102);
    font-size: 45px;
   }
  #button{
    padding-top: 62px;
    padding-left: 37px;
    display: flex;
  }
  #btn2{ width:150px ;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-color:rgb(19, 155, 201);
    color:rgb(19, 155, 201) ;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
  }
  #btn1{ height: 50px;
    width: 150px;
   font-size: 16px;
   font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  background-color: rgb(8, 144, 189);
  color: aliceblue;
  border-radius: 6px;
  }
  #btn1:hover{
     background-color: rgb(1, 40, 99);
  }
  #btn2:hover{
    background-color: rgb(222, 247, 239);
    color:rgb(1, 40, 99)  ;
    border-color:rgb(1, 40, 99) ;
  }
.card{
  height: 300px;
  width:250px;
  background-color: rgb(222, 222, 224);
  margin: 15px;
  border-radius: 10px;
  
  border-width: 3px;
  box-shadow: 10px 10px;
   
}
#cards{  

  display: flex;
    align-items: center;
    justify-content:  center;
  }
  #card1{
    background: url("card1.jpg");
    background-size:250px ;
    background-repeat: no-repeat;
 
    
   
  }
  #card2{
    background: url("card2.jpg");
    background-repeat: no-repeat;
    background-size:250px ;
  
  }
  #card3{
    background: url("card3.jpg");
    background-repeat: no-repeat;
    background-size:250px ;
 
  }
  #card4{
    background:url("card4.jpg");
    background-repeat: no-repeat;
    background-size:250px ;
    
  }
  .card h3{
    margin-top: 170px;
    margin-left: 10px;
  }
  .card p{
    margin-top: 25px;
    margin-left: 10px;
  }