body {
    align-items: center;
    background-color: #000;
    display: flex;
    justify-content: center;
    height: 100vh;
  }
  
  .form {
    background-color: #15172b;
    border-radius: 20px;
    box-sizing: border-box;
    height: 500px;
    padding: 20px;
    width: 320px;
  }
  
  .title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .input-container {
    height: 50px;
    position: relative;
    width: 100%;
  }
  
  .ic1 {
    margin-top: 40px;
  }
  
  .ic2 {
    margin-top: 30px;
  }
  .ic3 {
    margin-top: 30px;
  }
  
  .input {
    background-color: #303245;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
  }
  
  .cut {
    background-color: #15172b;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
  }
  
  .cut-short {
    width: 200px;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
  }
  
  .placeholder {
    color: #65657b;
    font-family: sans-serif;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
  }
  
  .input:focus ~ .placeholder,
  .input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
  }
  
  .input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
  }
  
  .input:focus ~ .placeholder {
    color: #dc2f55;
  }
  
  .submit {
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    // outline: 0;
    text-align: center;
    width: 100%;
  }
  
  .submit:active {
    background-color: #06b;
  }
  /* Social Media Icon Styling */
  #youTubeIcon{
   color:rgb(187, 0, 0);
  }
  
  #twitterIcon{
    color: rgb(0, 172, 237);
  }
  
  #facebookIcon{
    color:rgb(59,89,163);
  }
  
  #githubIcon{
    color:rgb(102,43,129);
  }
  
  #linkedinIcon{
    color:rgb(0,127,178);
  }
  
  #instagramIcon{
    color:rgb(81, 127, 164);
  }
  .block{
    background-color:black;
    opacity:.8;
    padding:10px;
    width:50%;
    margin-right:auto;
    margin-left:auto;
    border-radius:10px;
  }
  
  i{
    color:white;
  }
  .nav-pills{
    font-size:1.7em;
    background-color:black;
    margin-bottom:10%;
  }
  
  body{
    background-color:black;
    font-family:Lobster;
    color:white;
  }
  h1{
    padding:0;
    margin-top:0px;
    font-size:5.0em;
    padding-top:0%;
  }
  
  .btn-default{
    background-color:black;
    border-color:black;
    color:#337ab7;
    font-size:1.7em;
    margin-top:1%;
  }
  
  .pageOne{
  background:url("https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?ixlib=rb-0.3.5&q=80&fm=jpg&s=ea7623efb1f5115a216e43130cf1f524");
   background-size:cover;
      padding-bottom:10%;
  }
  
  .pageTwo{
   background:url("https://images.unsplash.com/uploads/14116941824817ba1f28e/78c8dff1?ixlib=rb-0.3.5&q=80&fm=jpg&s=1c0460c049c18ea66de441e47a4c64b4");
    background-size:cover;
     padding-bottom:10%;
    padding-top:5%;
  }
  
  .pageThree{
    background:url(
  "https://images.unsplash.com/photo-1445905595283-21f8ae8a33d2?ixlib=rb-0.3.5&q=80&fm=jpg&s=8c9caae13ddb19a46c84c04be34683c1");
    background-size:cover;
     padding-bottom:10%;
    padding-top:5%;
  }
  
  .pageFour{
    background:url("https://images.unsplash.com/photo-1425141708895-60ba4a72e556?ixlib=rb-0.3.5&q=80&fm=jpg&s=a4f66a2a0d98f71aa4456189454c987e");
    background-size:cover;
   padding-bottom:5%;
    padding-top:5%;
  }
  .footer p{
    font-size:15px;
  }
  p{
    font-size:2.2em;
  }.pItems {
    height: 250px;
    border-radius:50%;
  }
  
  .paddingBTN{
     width:200px;
    margin-bottom:25px;
  }
  
  .paddingTop{
    
   padding-top:2%;
   padding-bottom:2%;
  
  }
  
  .footer{
    background-color:black;
  }
  
  .footer a{
      vertical-align:middle;
  }
  .me{
    height:400px;
    display:block;
    margin-right:auto;
    margin-left:auto;
  }
  
  