* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}

body {
  background-color: rgba(5, 179, 179, 0.116);
}

/* Name style*/
.name {
  font-family: 'Satisfy', cursive;
  font-size: 27px;
  padding-bottom: 5px;
}
/* Main Container*/
.maincontainer {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 30px;
  margin-right: 25px;
text-align:center;
  padding-top: 15px;
  padding-bottom: 15px;

}

.single {
  font-size: 37px;
}
@media (max-width: 480px) {
  .single {
    font-size: 31px;
  }
  .maincontainer {
  text-align:justify;
    }
  }

#role {
  color: darkviolet;
}

.highlight {
  color: darkviolet;
}

.description {
  font-size: 20px;
}
@media (max-width: 480px) {
  .description {
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .description {
    font-size: 18px;
  }
  .maincontainer {
    text-align:justify;
      }
}
.myskills {

  margin: auto;

}

.bottom_heading {
  font-size: 20px;

}

/*Three Blocks of cert,followers,proj*/
.stat-block {
  text-align: center;
  margin: 4px;
  padding:4px;
  border: 2px solid #007bff;
  border-radius: 10px;
  width: 148px;
  display: inline-block;
}

.count {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.label {
  font-size: 20px;
  color: #555;
}

/*get in touch*/
form {
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

.getintouch_heading {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
}

label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  background-color: darkviolet;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

button:hover {
  background-color: rgb(111, 2, 158);
}

/*Footer*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
}

.footer {
  background-color: whitesmoke;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 535;
  color: rgb(66, 65, 65);
  margin-top: 6.5px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer .content {
  display: flex;
  justify-content: space-evenly;
  margin: 1.5rem;
}

.footer .content p {
  margin-bottom: 1.3rem;
}

.footer .content a {
  text-decoration: none;
  color: black;
}

.footer .content a:hover {
  color: rgb(0, 0, 0);
  padding-left: 8px;
  transition: all 0.3s ease;
}

footer {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 18px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .footer .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .footer {
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .footer {
    position: unset;
  }
}

/*Styling for scroll Button*/
/* styles.css */
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: rgba(9, 248, 188, 0.397);
  color: black;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 1500;
  font-size: 25px;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
}