* {
    margin: 0%;
    padding: 0%;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    
}

body{
    background-color: rgb(21, 20, 20);
    margin: 4px;
    color: white;
}

.search {
    width: 90%;
    max-width: 456px;
    background: linear-gradient(180deg, rgb(6, 146, 246),rgb(17, 89, 60));
    border-radius: 15px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    |}

    .search input button {
        display: flex;
    align-items: center;
    justify-content: center;
    
    }

    input {
        width: 60%;
        margin: 5px;
        padding: 8px;
        border-radius: 30px;
        outline: none;
        border: 0;

    }

    button {
        border:0;
        outline: 0;
        border-radius: 50%;
        background-color:#ebfffc;
        width: 40px;
        height: 40px;
        
    }

    #btn {
        width: 16px;
    }

    .weather-icon {
        width:170px;
    }

    .weather h1 {
        font-size :80px;
        font-weight: 500;
    }

    .weather h2 {
        font-size :45px;
        font-weight: 400;
        margin-top: -10px;
    }

    .details {
        display:flex;
        align-items: center;
        justify-content: space-around;
        padding: 20px 0;
        margin-top: 50px;
    }

    .humidity, .wind {
        font-size: 28px;
        margin-top: -6px;
    }

    .weather {
        display: none;
    }