.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

.card{
    margin: 20px;
    margin-bottom: 30px;
    height: 450px;
    width: 100%;
    max-width: 500px;
    background-color: #2b2b2b ;
    display: flex;
    flex-direction:column;
    padding: 40px;
    border-radius: 30px;
}

.cardmain{
    margin: 20px;
    margin-bottom: 30px;
    height: 450px;
    width: 100%;
    max-width: 500px;
    background-color: #2b2b2b ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    
    padding: 40px;
    border-radius: 30px;
}

.search{
    display: flex;
    align-items: center;
    justify-content: center;
}

button{
    margin: 10px;
    border-radius: 50%;
    height: 39px;
    width: 39px;
    border: none;
    background: #616161;
    color: #c2c2c2;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

button:hover{
    background: #ffffff;
    color: #858383;
}

button.Cord{
    width: 200px;
}

input.search-bar{
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 120%;
    background-color: #797979;
    width: 50%;
}
input.search-bar::placeholder{
    color: #414141;
}

input.search-bar-lon{
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 120%;
    background-color: #797979;
    width: 30%;
    margin-bottom: 10px;
    margin-left: 45px;
}
input.search-bar-lon::placeholder{
    color: #414141;
}

input.search-bar-lat{
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 120%;
    background-color: #797979;
    width: 30%;
    margin-bottom: 10px;
    margin-left: 45px;    
}
input.search-bar-lat::placeholder{
    color: #414141;
}

h2.city{
    font-size: 30px;
}

.cardmain .links a{
    color:  white;
    margin-bottom: 20px;
}

.int{
    display: flex;
    align-items: center;
}

.temp{
    font-size: 30px;
    font-weight: bold;
}

.description{
    text-transform: capitalize;
}

.info{
    margin-bottom: 8px;
}

.inf{
    margin-left: 10px;
    padding: 0;
}