@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Mochiy+Pop+One&family=Poppins:ital,wght@0,700;1,600&family=Roboto&display=swap');
body {
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 400px;
    height: 800px;
}

.container img {
    width: 100%;
    height: 200px;
}

#searchCity {
    width: 95%;
    margin-left: 10px;
}

.target_class:hover {
    cursor: pointer;
}