.search {
    font-size: 24px;
    border: none;
    margin: 0px;
    width: 200px;
    background-color: gainsboro;
}

.search:hover {
    outline: 4px solid #4a90e2;
}

.home{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.home img {
    width: 64px;
}

.home a {
    font-size: 24px;
    text-decoration: none;
    background-color: black;
    color: white;
}

.home a:hover {
    background-color: white;
    color: black;
}