body {
    font-family:Helvetica, sans-serif;
}

.text-lim {
    max-width:1080px;
}

h1,
h2,
h3,
h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-space {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.body-space {
    margin:auto;
    padding-bottom:0rem;
    max-width:1080px;
}

.titling {
    color:rgb(77, 5, 58);
    font-size:3rem;

}

.subtitling {
    font-size:2rem;
    color:rgb(66, 26, 169);
}

.accent {
    background: linear-gradient(to bottom right, rgba(214, 144, 215, 0.8), rgba(126, 138, 218, 0.8));
    height: 70vh;
}

p {
    font-family:'Verdana';
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blankets {
    background:
    linear-gradient(to bottom right, rgba(180, 113, 181,0.8), rgba(111, 126, 224,0.8)),
    url('./images/realimage.jpg') center;
    height: calc(70vh);
}

.btn:hover,
.btn:focus {
    filter:brightness(120%);
}

.headshot {
    border: 0.1rem solid white;
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    object-fit: cover;
}
#description {
    background-color: rgb(248,249,250);
}

#list-tab {
    text-align:left;
    padding-top: 0.5rem;
}

#procedure {
    font-size: 24px;
}

