* {
    margin: 0px;
    padding: 0px;
    text-decoration: none !important;
}

@font-face {
    font-family: 'Tangerine';
    src: url('/assets/fonts/Lucian\ Schoenschrift\ CAT.ttf') format('woff2'),
         url('/assets/fonts/Lucian\ Schoenschrift\ CAT.ttf') format('woff'),
         url('/assets/fonts/Lucian\ Schoenschrift\ CAT.ttf') format('truetype');
}


.page-body {
    font-family: "Marcellus";
}

.about-us-container {
    display: flex;
    flex-direction: column;
    margin: 70px 40px 20px 40px;
    align-items: center;
    justify-content: center;
}
.about-us-text {
    align-self: center;
    color: black;
    font-size: large;
    width: 70%;
    text-align: justify;
    text-justify: inter-word;
    -ms-text-justify: inter-word;
}
@media screen and (max-width: 600px){
    .about-us-text {
        width: 100%;
    }
}

.imageslideshow {
    margin: 20px;
    box-shadow: rgb(200,140,52) 3.95px 5.95px 6.6px;    
}

.imageslideshow h5 {
    font-family: 'Tangerine';
    font-size: 35px;
}

.imageslideshow p {
    font-family: 'Tangerine';
    font-size: 30px;
}