.square_btn {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.square_btn.loaded {
    opacity: 1;
}

.square_btn {
    text-align: center;
    height: 115px;
    width: 115px;
    margin: 0;
    padding: 30px;
    text-decoration: none;
    text-align: center;
    border: solid 2px transparent;
    border-radius: 5px;
    transition: .2s;
}

.square_btn:hover {
    background: rgba(255, 255, 255, 0.144);
    color: white;
    border: solid 2px rgba(255, 255, 255, 0.26);
    transform: scale(1.09);
}

.square_btn img {
    width: 103px;
    height: 103px;
}

.rounded {
    border-radius: 10px;
}

.searchIcon {
    color: rgb(253, 253, 253);
    opacity: 100%;
    font-size: 15px;
    position: absolute;
    margin-top: 19px;
    transition: .2s;
}

.searchbar {
    font-size: 16px;
}

.searchbar:focus {
    padding-left: 48px;
}

.search-results {
    color:rgba(255, 255, 255, 0.144);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}