.search-content {
    position: relative;
    width: 100%;
    height: 50rem;
    margin: 100px auto;
}

.search-title-body {
    width: 90%;
    margin: 50px auto 0;
    font-family: 'KalamehMedium';
    display: flex;
    align-items: center;
}

.search-result-gallery {
    position: relative;
    width: 90%;
    height: auto;
    border-radius: 10px;
    padding: 3%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.search-post-card {
    position: relative;
    width: 200px;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
}

.search-post-img {
    width: 150px;
    margin-top: 5%;
    border-radius: 5px;
}

.search-post-name {
    width: 95%;
    font-family: 'KalamehMedium';
    font-size: 1.2rem;
    text-align: center;
}

.search-post-title {
    width: 95%;
    font-family: 'KalamehBold';
    font-size: 1.2rem;
    text-align: center;
}

.search-post-name {
    width: 95%;
    font-family: 'KalamehBold';
    font-size: 1.2rem;
    text-align: center;
}

.search-post-link {
    position: absolute;
    width: 120px;
    height: 35px;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    font-family: 'KalamehMedium';
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}