.navbar-nav .nav-link:hover {
  font-weight: bold;
  color: #22bdb5;
  font-size: 15px;
}

.navbar-brand {
  font-size: 25px;
}

.navbar-dark {
  background-color: rgb(25, 17, 32);
}

.circullar-image-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid cornflowerblue;
}

.circullar-image {
  width: 120%;
  height: auto;
  display: block;
}

.intro {
  color: rgb(203, 209, 119);
}

.name {
  color: whitesmoke;
}

body {
  background-image: url("../images/jul.PNG");
  background-repeat: no-repeat;
   background:#020617;
    color:white;
    overflow-x:hidden;
  
  /* background-size: cover; */
  /* background-position: center; */
}

.social_links {
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgb(102, 60, 141);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_image {
  width: 200px;
  height: auto;
  display: block;
}


.jumbotron {
  background-color:rgb(82, 206, 169);
  padding: 20px;
  border-radius: 10px;
}

.display4 {
  color: rgb(17, 22, 7);
  font-size: 24px;
}

.lead {
  font-size: 18px;
  color: rgb(80, 80, 7);
}



.form-container{
  border: 2px solid white;
  padding: 20px;
  border-radius: 10px;
  background-color: #f0f0f0;
}

