body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #fad0c4;
    background-image: linear-gradient(315deg, #fad0c4 0%, #f1a7f1 74%);
    padding: 30px;
    overflow-x: hidden;
}

p,
span,
div,
h1,
h2,
h4,
h5,
ul,
li {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0;
    font-size: 1rem !important;
    color: #2e2e2e !important;
}

.infoblock {
    width: 1110px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.glass {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
    cursor: pointer;
    width: 100%;
}

.info-glass {
    font-family: 'Poppins', sans-serif !important;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0 0 10px 10px;
    transition: ease-in-out 0.3s;
    max-height: 0;
    overflow: hidden;
    overflow-y: auto;
}

.display {
    max-height: 70vh;
    padding: 30px 50px 50px 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.title {
    width: 55%;
    margin-right: 5%;
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden;
}

.tags {
    width: 30%;
}

.tags i {
    background-color: #ffffff8e;
    padding: 0.3rem 0.5em;
    border-radius: 4px;
}

.tags i:hover {
    background-color: #ffffffee;
}

.details {
    width: 10%;
    text-align: right;
}

.open-borders {
    border-radius: 10px 10px 0 0 !important
}