section {
    height: 80%;
}

#main {
    background-color: #FBF3F1;
    font-family: 'Alegreya Sans', sans-serif;
}

#main .container {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#main p {
    color: rgba(79, 73, 67, 0.8);
}

#main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main hr {
    width: 15rem;
    border-style: solid;
    border-width: 0.15rem;
    border-color: #E78AA1;
}

.btn {
  font-weight: 500;
  font-size: 0.9rem;
  border: none !important;
  border-radius: 200px !important;
  font-family: 'Alegreya Sans', sans-serif;
}

.btn-xl {
  padding: 0.8rem 3rem;
}

#request-btn {
    background-color: #C4D0E6;
    color: #38527C;
}

#request-btn:hover{
    background-color: #8DA3D2;
    transition: 0.3s ease-in;
}
