#root {
    background-image: none
}

header {
    padding-bottom: 5px;
}

.search-main {
    width: 90%;
    max-width: 900px;
    text-align: center;
    margin: 50px auto
}

.search-main .stampImg {
    width: 150px;
    height: 150px;
    border: 1px dashed #424242;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-top: 20px;
    background-size: contain;
    display: inline-block;
    transition: all 0.4s
}

.search-main .stampImg:hover {
    transform: scale(1.2, 1.2);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial
}

.ant-tooltip-inner .highlight {
    background-color: yellow;
    color: black
}