* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: black;
}

h3 {
    color: rgba(104, 95, 95, 0.575);
    text-shadow: white 0px 0px 8px;
    font-size: 500%;
    font-style: italic;
    vertical-align: baseline;
    font-weight: bold;
    text-align: center;


}

h4 {
    color: rgba(44, 39, 39, 0.575);
    text-shadow: white 0px 0px 8px;
    font-size: 150%;
    font-style: italic;
    vertical-align: baseline;
    font-weight: bold;
    text-align: center;

} 

h5 {
    color: rgba(53, 48, 48, 0.575);
    text-shadow: white 0px 0px 8px;
    font-size: 650%;
    font-style: italic;
    vertical-align: italic;
    font-weight: bold;
    text-align: center;

} 

h6 {
    color:rgba(59, 51, 51, 0.575);
    text-shadow: white 0px 0px 8px;
    font-size: 150%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    vertical-align: baseline;
    font-weight: bold;
    text-align: center;

} 
p {
    color: rgba(245, 245, 245, 0.575);
    text-shadow: white 0px 0px 8px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    font-weight: bold;
    text-align: center;
}
p2 {
    font-weight: bold;
    font-size: large;
    color: grey;
}
#wrap {
    width: 100%;
}
.left {
    width: 350px;
    height: 3500px;
    float: left;
}
.right {
    width: 350px;
    height: 350px;
    float: left;
}

* {box-sizing: border-box}

.container {
  padding: 16px;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

section.pricing {
    background: #474c52;
    background: linear-gradient(to right, rgb(90, 96, 104), rgb(68, 72, 75));
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
 
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }


hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}


* {box-sizing: border-box}

.container {
  padding: 16px;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}


hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}


.registerbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}

a {
  color: dodgerblue;
}


.signin {
  background-color: #f1f1f1;
  text-align: center;
}

input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px; 
  resize: vertical 
}


input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=submit]:hover {
  background-color: #45a049;
}


.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}