* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

ul {
  list-style-type: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  background-color: #222;
  color: #fff;
  padding: 2 0px 0;
  text-align: center;
}

header h1 {
  font-size: 24px;
  margin-bottom: 5px;
  align-items: center;
  font-weight: bold;
}

header h2 {
  font-size: 16px;
}

main {
  margin-left: 5%;
  margin-right: 5%;
}

.hero {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 40px 0;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
}

.hero p {
  font-size: 18px;
  margin: 20px 0;
}

.hero .button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
}

.services {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 40px 0;
}

.services h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.services ul {
  border-radius: 10px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: #414141;
}

.services li {
  border-radius: 10px;
  background-color: #fbfbfb;
  width: 33.33%;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
}

.portfolio {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 40px 0;
  background-color: #f5f5f5;
}

.portfolio h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.portfolio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

.portfolio a {
  width: 25%;
  margin: 10px;
}

.portfolio img {
  border-radius: 15px;
  width: 100%;
}

.testimonials {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 40px 0;
}

.testimonials h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.testimonials ul {

  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.testimonials li {
  background-color: #fbfbfb;
  border-radius: 10px;
  width: 33.33%;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
}

.testimonials img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonials p {
  font-size: 16px;
  line-height: 1.5;
}

.contact {
  padding: 40px 0;
  background-color: #222;
  color: #fff;

}

.contact h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.contact a {
  color: inherit;
  text-decoration: none;
}

#centerdivplsplspls {
  margin-top: 5%;
}

.contactform {
  display: flex;
  width: 50%;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  justify-content: center;
}

.contactform h1 {
  margin-top: 5%;
  font-size: 200%;
  margin-bottom: 50%;
  text-align: center;
}

footer {
  background-color: #222;
  color: #fff;
  padding: 2 0px 0;
  text-align: center;
}

footer p {
  font-size: 12px;
}

body {
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.container {
  padding-top: 4%;
}

form {
  width: 50%;
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  padding: 5%;
  margin-bottom: 5%;
}

select {
  width: 100%;
  padding: 5%;
  margin-bottom: 5%;
  border-radius: 4px;
  font-size: 90%;
}

button {
  width: 100%;
  padding: 5%;
  margin-top: 5%;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.pricing-table {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-table-column {
  width: 25%;
  text-align: center;
}

.pricing-table-column:not(:last-child) {
  border-right: 1px solid #ddd;
}

.pricing-table-header {
  font-size: 200%;
  font-weight: bold;
}

.pricing-table-price {
  font-size: 300%;
  font-weight: bold;
  color: #000;
}

.pricing-table-features {
  list-style-type: none;
  padding-left: 0;
}

.pricing-table-button {
  width: 100%;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.pricing-table-showcase img {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  object-fit: contain;
}

a {
  color: #fff;
  text-decoration: none;
}

.text-center {
  font-weight: bold;
}

nav {
  background-color: #333333;
  border-radius: 15px;
  padding: 10px;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 1%;
  overflow: hidden;

}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}


nav a:hover {
  background-color: #414141;
}

nav a.active {
  background-color: #414141;
}

nav img.logo {
  width: 30px;
  height: 30px;
}

#navbar {
  overflow: hidden;
}

.sticky+.content {
  padding-top: 60px;
}

.sticky {
  position: fixed;
  width: 98%;
}

#contact-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
}