@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900;1000&family=Poppins:wght@600&family=Sofia+Sans+Condensed:ital,wght@1,600&display=swap');
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 600;
    
}
h1{
    text-align: center;
    color: red
}
.border{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    max-width: 350px;
    height: 500px;
    border: 2px solid black;
    border-radius: 10px;
    background: linear-gradient(125deg, rgb(18, 134, 166),white);
    margin-top: 30px;
    box-shadow: 0px 0px 3px 0px;
    /* position: absolute;
    top: 100px;
    left: 650px; */
}

p{
    
    text-align: center;
}

.search{
    width: 230px;
    padding: 10px;
    /* position: absolute;
    left: 20px;
    top: 25px; */
    border-radius: 10px;
    border: 2px solid black;
    font-size: medium;
    background-color: transparent;
    margin-top: 15px;
    font-weight: bold;
    border: 1px soldi grey;
}

.search::placeholder{
    color: white;
}


button {
    /* position: absolute;
    top: 28px;
    left: 260px; */
    line-height: 25px;
    border-radius: 10px;
    border: 2px solid violet;
    background-color: violet;
    padding: 5px 20px;
    font-weight: 600;
    cursor: pointer;
    color: whitesmoke;
}

button:hover{
    color: whitesmoke;
    border: 2px solid rgb(148, 72, 148);
    background-color: rgb(148, 72, 148);
}




/* .temp {
   
    font-size: xx-large;
    font-weight: 800;
    width: fit-content;
}

.humidity {
    width: fit-content;
    
    font-size: xx-large;
    font-weight: 600;
}

.wind {
    width: fit-content;
   
    font-size: xx-large;
    font-weight: 600;
}

h3 {
   
    font-size: large;
    text-align: center;
    color: blueviolet;
} */

/* .h3{
    position: relative;
    right: 35px;
} */