body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    padding-bottom: 60px;
}

.search-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#index-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.logo {
    max-width: 150px;
    height: auto;
}

.search-box {
    width: 50%;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 24px;
    box-sizing: border-box;
}

.search-button {
    padding: 10px 20px;
    background-color: #f8f9fa;
    border: 1px solid #d6d6d6;
    color: #5f6368;
    font-size: 14px;
    border-radius: 24px;
    cursor: pointer;
    outline: none;
}

.search-button:hover {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.search-button:focus {
    border-color: #4285f4;
}


header {
    text-align: center;
    /*height: 20vh; !* Set header height to 1/5 of viewport height - the rest of the layout is not following *!*/
    height: 12rem;
}

header + div {
    margin-top: 14rem !important;
}


.header-container {
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 1000;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}


.separator {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
}

.result {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.result img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 20px;
}

.result .info {
    padding: 20px;
}

.result h2 {
    margin-top: 0;
}

.tip-button-container {
    position: absolute;
    top: 10px;
    right: 10px;
}
