#profile-picture {
  border-radius: 50%;
  width: 75%;
}

#section-keywords {
  text-decoration: underline;
  font-weight: bold;
}

#project-titles {
  text-decoration-color: slategray;
    
}

#project-descriptions {
  margin-top: 50px;
  text-decoration-line:underline;
  text-decoration-color:slategray;
}

#center-image {
  display: flex;
  justify-content: center;
}

.card{
  height: 100%;
}

#border {
  border-width: 4px;
  border-radius: 10px;
  border-style: solid;
  border-color: black;
  }

#hr-dark-background {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e3e3;
  margin: 1em 0;
  padding: 0;
}

#hr-light-background {
  display:block;
  height:3px;
  border-top:1px solid #e5e3e3;
  margin:1em 0;
  max-width: 100%;
}

#parent-section-index {
  color: rgb(227, 227, 231);
  will-change: transform;
}

#parent-section-index:hover h1 {
  text-decoration-line: underline;
  text-decoration-color:slategray;
  transition-duration: 1s;
}

#project-management-picture {
  max-width: 80%;
  max-height: auto;
  float: right;
  transition-duration: 1s;
}

#parent-section-project-management:hover #project-management-picture {
  max-width: 85%;
}

#parent-section-project-management:hover #make-glow-project-management {
  border-radius: 15%;
  color: black;
  background: silver;
  box-shadow: 0 0 100px wheat;
  transition-duration: .5s;
}

#horoscope-picture {
  float: right;
  max-height: auto;
  max-width: 75%;
  transition-duration: 1s;
}

#parent-section-horoscope:hover #horoscope-picture{
  max-width: 80%;
}

#parent-section-horoscope:hover #make-glow-horoscope {
  border-radius: 20%;
  color: black;
  background: silver;
  box-shadow: 0 0 100px wheat;
  transition-duration: .5s;
}

#malware-picture {
  max-height: auto;
  max-width: 65%;
  transition-duration: 1s;
}

#parent-section-malware-app:hover #malware-picture{
  max-height: auto;
  max-width: 70%;
}

#parent-section-malware-app:hover #make-glow-malware {
  border-radius: 20%;
  color: black;
  background: silver;
  box-shadow: 0 0 100px wheat;
  transition-duration: .5s;
}

p {
  color: rgb(197, 197, 198);
}

li {
  color: rgb(197, 197, 198);
}

.card-text {
  color: rgb(223, 229, 236);
}

#dark-card {
  background-color: #6c757d;
  transition-duration: .5s;
  border-radius: 5%;
}

#dark-card:hover {
  background-color: #343a40;
  transform: scale(1.05);
}

#dark-card:hover h3{
  text-decoration-line: underline;
}

#web-app-pic {
  bottom: 1px;
  position: relative;
  width: 19px;
  height: 19px;
}

#api-logo {
  bottom: 2px;
  position: relative;
  width: 20px;
  height: 20px;
}

#github-logo {
  bottom: 1px;
  position: relative;
  width: 23px;
  height: 23px;
}