::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
}

html,
body {
  font-size: 18px;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  margin-bottom: 0;
  height: auto;
}

nav {
  height: 50px;
  width: 100%;
  background-color: #000;
  color: #fff;
}

nav ul {
  flex: 1;
  text-align: right;
  margin-right: 20px;
  padding-left: 0;
}

nav ul li {
  display: inline-block;
  line-height: 50px;
  margin: 5%;
  padding-right: 10px;
}

nav ul li a {
  text-decoration: none;
}

nav ul li a p {
  color: #fff;
}

nav ul li a p:hover {
  color: #344ceb;
}

.about-section,
.contact-section {
  background-color: #000;
  color: #fff;
}

.aboutMe-par,
.contributions-par,
.line,
.contact-par {
  text-align: justify;
}
