body{
    margin: 0;
    padding: 0;
}

img {
  max-height: 92px;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}
input {
    flex: 1;
    border: none;
    outline: none;
    width: 100%;
}
main {
    display: flex;
    flex-direction: column; /* Asjad virna */
    align-items: center;    /* Horisontaalselt keskele */
    justify-content: center;/* Vertikaalselt keskele */
    gap: 14px;
    height: 80vh;           /* Ekraani kõrgus */
}

.search-container{
    display: flex;
    padding: 12px 20px; /* Sisu ümber ruumi */
    border: 1px solid #dfe1e5;
    border-radius: 24px; /* Ümarad nurgad */
    width: 400px;
    max-height: 48px;
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Kolm võrdset veergu */
    background-color: #f2f2f2;
}