* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: "Marcellus";
}

.centeredtext {
    text-decoration: none !important;
    color: rgb(233, 191, 106);
    padding: 10px;
    position: absolute;
    font-weight: 650;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: blur(90px);
    border-radius: 3px;
}
.category-text {
    margin: 10px 10px;
    text-align: justify;
    text-justify: inter-word;
    -ms-text-justify: inter-word;
}
.category {
    margin-bottom: 30px;
    color: rgb(233, 191, 106);
}
.row {
    max-width: 1500px;
}
.container-fluid {
    margin: 50px;
    display: flex;
    justify-content: center;
}
.imagebutton {
    width: 100%;
    height: 100%;
}
.imagebutton:hover .centeredtext {
    color:rgb(250, 250, 250);
}
.col-sm {
    margin-top: 20px;
}
.venuesimg {
    box-shadow: rgba(233, 191, 106, 1) 0px 4px 12px;
}
