#aboutme {
    background-color: #b86ebf;
    color: white;
}

@media screen and (orientation:landscape) {
    .carousel img{
        max-height: 80vh;
    }
}

.hero {
    text-shadow: 2px 2px 2px black;
}

#about {
    border-bottom: 2px solid #d3ec7e;
    border-radius: 2px;
}

.skills {
    border-bottom: 2px solid #386641;
    border-radius: 2px;
}

.hero-bg {
   background: rgba(184, 110, 191, 100%); 
}

.projects-bg {
    background: rgba(184, 110, 191, 95%);
    margin-bottom: -30px;
    padding-bottom: 40px;
}

.pj {
    border-bottom: 2px solid #d3ec7e;
    border-radius: 2px;
    padding-bottom: 5px;
}

.card {
    box-shadow: -5px 10px 2px 5px #d3ec7e;
}

.card-text {
    color: black;
}

.card-title {
    color:#24532e;
}

.mycontainer {
    margin-left: 70px;
    margin-right:70px;
}

#moss {
    width: 400px;
}

.bg {
    background-color:#f7f4e8;
}

.contact {
    border-bottom: 2px solid #386641;
    border-radius: 2px;
}

h1 {
    font-family: DM Serif Display;
    font-style: normal;
    font-weight: 400;
}

h2 {
    font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  font-size: 60px;
  color:#9e30a8;
}




