main div.title-box {
    text-align: left;
    margin-top: 3rem;
    width: fit-content;
}
main .title-box h2.title {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
    line-height: 2.7rem;
    border-bottom: none;
}
main .title-box p.bottom-border {
    border-bottom: 2px solid var(--primary-color);
    margin: 0;
    
    width: fit-content;
}
section{
        margin-right: 5vw;
        margin-left:  5vw;
}
.img_center {
    display: block;
    
    margin: 0 auto;
    
    
    padding-bottom: 20px;
    width: 50%;
    height: auto;
}
.time{
    list-style: none;
}
.blue{
    color:#8ac5c3;
}
main{
    color:black;
}
.bold{
    font-weight: bold;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.01em 1%;
  text-decoration: none;
  color: #FFF;
  background: #8ac5c3;
  border-bottom: solid 2px #92f5f1;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #8ac5c3;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.center{
    display: flex; justify-content: center;
}
.br{
    display: none;
}
@media screen and (max-width: 450px){
    .br{
        display: inline;
    }
}