body {
    font-family: 'Segoe UI', Verdana, Arial, sans-serif;
    font-weight: 100;
  }

.container {
    margin:5px auto;
}

.display {
    display:flex;
}

.center{
    justify-content: center;
}

.centeritem{
    align-items: center;
}

.column{
    flex-direction: column;
}

.row{
    flex-direction: row;
}

.end{
    justify-content: flex-end;
}

.space{
    justify-content: space-evenly;
}

.width85{
    width: 85%;
}

.width75{
    width: 75%;
}

.width50{
    width: 50%;
}

.width30{
    width: 30%;
}

.width25{
    width: 25%;
}

.margin40{
    margin-bottom: 40px;
}

.margin24{
    margin-right: 24px;
    margin-left: 24px; 
}

.margin8{
    margin: 8px;
}

.title-head{
    font-size: xxx-large; 
}

.titletext2x{
    font-size: xx-large;  
    text-align: center;
}

.titletext1x{
    font-size: x-large;  
    text-align: center;
}

.titleonimg{
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minititle{
    font-variant: small-caps;  
    font-size: larger;
}

.relative{
    position: relative;
}

.titleborder1{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B9999A;
}

.titleborder2{
    border-block-style: solid;
    border-block-width: 1px;
    border-block-color: #B9999A;
}

.main-container {
    display:flex;
}

.img{
    width: 100%;
    /* max-width: 400px; */
    max-height: 600px;
    object-fit: cover;
}

.imgopacity{
    opacity: 0.5;
}

.textindent{
    text-indent: 8px;
}

a {
    text-decoration: none;
    color: black;
}

footer {
    display: flex;
    justify-content: center;
    /* padding: 5px; */
    color: #fff;
  }
