
.fa {
 
    font-size: 30px;
    width: 20px;
    text-decoration: none;
    margin: 10px;
    border-radius: 70%;
    margin-top: 50px;
    z-index:1;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-facebook {
    color: white;
  }
  .fa-instagram {
    color: white;
  }
  .fa-twitter {
    color: white;
  }
  #navbar
  {
    border:none;
    background-color:rgb(255, 255, 255);
    padding:0px 30px;
    height:110px;
  }
  #button
  {
      background-color: brown;
      color: white;
      font-size: 16px;
      letter-spacing: 0.3px;
      font-weight: bold;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      height:35px;
      border-radius: 10px;
      border:none;
      outline: none;
      margin-top: 5px;
  }
  #button:hover{
      background-color:#00ccff;
      transition: 1s;
  }
  #fluid
  {
      background-color: rgb(188, 245, 104);
      margin-top: 10px;

  }
  #p1
  {
      background-color: khaki;
      padding:30px 20px;
      margin-top: 20px;
      border-radius: 20px;
      border:1px solid red;
      font-size: 19px;
      font-weight: bold;
      text-align: center;
      font-family:lucida handwriting;
  }
  #p2
  {
    background-color: rgb(245, 238, 179);
    padding:30px 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  #text
  {
      padding:10px;
      width:100%;
      font-size: 18px;
      outline:none;
      border-radius: 5px;
      border:none;
      margin-bottom: 15px;
  }
  #points
 {
   background-color: white;
   border-radius: 20px;
   border:1px solid black;
   margin-top: 20px;
   font-size: 22px;
   padding:30px;
   font-family: 'Times New Roman', Times, serif
 }
 #b
 {
   text-decoration: underline;
   font-size: 25px;
   font-family: 'Times New Roman', Times, serif;
 }
#po
{
  margin-left: 40px;
}
#btn
{
  height:40px;
  background-color: brown;
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.3px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 10px;    
  border:none;
  outline: none;
  margin-left: 45%;
  transition: 10s;
}
#btn:hover{
  background-color:#00ccff;
  transition: 1s;
}
#col-lg-4
{
  background-color:white;
  margin-top: 40px;
  padding:80px;

}
#blah{
  max-width:100%;
  height:auto;
  background-color: white;
}
input[type=file]{
padding:10px;
}
