body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: rgb(0, 0, 0);
    font-family: 'Montserrat', sans-serif;
    font-size: 120%;
    background: url('https://images.pexels.com/photos/1937616/pexels-photo-1937616.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
background-repeat: no-repeat;
background-size: cover;
}

.card-container {
    background: #00000088;
    color: white;
    padding: 2em;
    border-radius: 30px;
    width: 100%;
    max-width: 420px;
    margin: 1em;
}

.search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar {
    background: #7c7c7c2b;
    border: none;
    outline: none;
    padding: 0.5em 1em;
    border-radius: 24px;
    color: white;
    font-family: inherit;
    font-size: 120%;
    width: 100%;
}

.search button {
    border-radius: 50%;
    margin: 5px;
    height: 48px;
    width: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    background: #7c7c7c2b;
    transition: 0.2s ease-in-out;
}

.search button:hover {
    background: #7c7c7c6b;
}

.temp {
    margin-bottom: 0.4rem;
    font-size: 30px;
    font-weight: bold;
}

.flex {
    display: flex;
    align-items: center;
}

.description {
    font-size: 18px;
    margin-left: 8px;
    text-transform: capitalize;
}
.rect{
    border-radius: 30px;
}