*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  width: auto;
}


p, h3, h4, a {
  color: white;
}


body {
  background-color:hsl(217, 28%, 15%);
}


.container {
  width: 90%; /*Takes 90% width from WebContainer*/
  height: auto;
  margin: auto;
}


.nav-bar {
  display: inline;
  float: right;
  padding-top: 10px;
  color: white;
  }


  .para1 {
    text-align: center;
    padding-top: 40px;
  }


  .btn{
    background: #34d5eb;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    margin-top: 50px;
    width:20%;
    margin-left:40%;
    margin-right:40%;
  }
  .btn:hover{
    cursor: pointer;
    background-color: grey;
}
  


  .para2 {
    display: flex;
  }
 .para2cont {
    text-align: center;
    width: 50%;
    padding: 50px;
  }


 .stayproductive {
    float: right;
    padding-top: 100px;
  }


  .para3 {
    width: 100%;
    padding: 50px;
   /* display: flex; */
    column-count: 3;
    column-gap: 40px;
    box-sizing: border-box; /*used to keep three border-box on the same line*/
  }
  .para3cont {
    border: 1px solid hsl(217, 56%, 56%);
    padding: 15px;
    color: white;
    border-radius: 25px;
  }
  .para3cont img {
    padding-top: 30px;
    max-width: 33.3%;
    height: auto;
    border-radius: 100px;
    display: inline-flex;
  }
  .para3cont .profile-p {
    display: inline-flex;
  }


  .para4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .para4cont {
    width: 55%;
    border: 1px solid hsl(217, 56%, 56%);
    padding: 30px 30px;
    margin: 20px 0px;
    text-align: center;
    border-radius: 25px;
  }
  .my-form {
    padding: 10px;
    padding-top: 30px;
    max-width: 550px;
    display: flex;
   justify-content: space-between;
  }
  .my-form input[type="text"] {
    padding: 10px 15px;
    width: 100%;
    border: none;
    border-radius: 25px;
  }
  .my-form input[type="submit"] {
    background-color: #34d5eb;
    color: white;
    width: 30%;
    border: none;
    border-radius: 25px;
  }
 /* .get1 {
    display: flex;
  }
  .get1 > div {
    background-color: #f1f1f1;
    margin: 50px;
    width: 50%;
    height: 50%;
}*/



  .para5cont {
    display: flex;
    justify-content: center;
    height: 20vh;
    flex-wrap: wrap;
    margin: auto;
    color: white; 
  }
  .para5inside {
    display: flex;
    flex-direction: column;
    margin-right: 4rem;
    
  }
  .para5inside p {
     padding-top: 10px;
  }
  .para5inside a{
     padding-top: 12px;
     line-height: 1.2;
     color: white;
     text-decoration: none;
  }
  .SMicons {
    padding-top: 12px;
  }
  .fa {
    border-width: 100px;
    border: 1px solid black;
    margin: auto;
    border-radius: 50%;
  }


  .new5 a{
    display: inline;
  }


  .attribution {
    font-size: 11px;
    text-align: center;
  }

  .attribution a {
    color: hsl(228, 45%, 44%);
  }
