body {
  margin: 0;
  padding: 0;
}
.navbar-brand {
  font-weight: bold;
  font-size: 25px;
}
.collapse a {
  font-weight: bold;
  font-size: 18px;
}
.nav-mode {
  border: 2px solid gray;
  border-radius: 15px;
  margin-left: 2px;
  margin-right: 60px;
  text-align: center;
  background-color: #a5b9fa;
}
.nav-mode:hover {
  cursor: pointer;
  background-color: rgb(66, 65, 65);
}
.jumbotron {
  background-color: #a5b9fa;
  text-align: center;
  padding-top: 2rem;
}
.jumbotron img {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  border: 3px solid grey;
}
.jumbotron h2 {
  font-weight: bold;
  padding-top: 3px;
}
.jumbotron h1 {
  font-size: 22px;
}
.jumbotron p {
  margin-top: 2px;
  font-size: 23px;
  justify-content: center;
}

.col p {
  line-height: 2rem;
}
#project {
  background-color: #a5b9fa;
}
#project .row {
  padding: 4px 20px;
}
#project .card {
  border: 1px solid black;
}
#contact {
  background-color: #a5b9fa;
}
.row ul {
  font-size: 14px;
  margin-top: 2px;
  line-height: 19px;
}
.row ul i {
  font-size: 13px;
}
#contact img {
  width: 150px;
  height: 145px;
  border-radius: 60%;
  text-align: center;
}
.row h2 {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
#contact .card {
  margin-top: 1px;
  border-radius: 20px;
  background-color: #a5b9fa;
  border: 1px solid white;
}
.penutup {
  height: 100px;
  background-color: #a5b9fa;
}
