* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* --------------------background */
.container-fluid{
    /* margin: 0%; */
   background-color: #d0e5f7;
    /* background-size: cover; */
    /* margin-bottom: 0px; */
    height:auto;
/* max-height:200vh; */

}

.row{
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    
    
}
/* -----------------------------header */
.header {
    /* background-image: url(weather.jpg); */
    background-color: rgb(55, 204, 6);
    background-size: cover;
    background-position: relative;
    color: rgb(12, 11, 6);
    text-align: center;
    padding: 5rem;
    /* border-radius: 20px; */
}

.header h1 {
    font-weight: 500;
    font-size: 34px;
    font-family: 'Indie Flower', cursive;
    color: white;
}
.header p {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.5 rem;
    color: #e4eff7;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
    color: #d0e5f5;
}
.main {
    background-color: #212121;
    /* border-radius: 20px; */
}

/* --------------------------------input section */
.inputs {
    padding: 6rem 0 2rem 0;
    text-align: center;
    display: flex;
    justify-content: center;

}

.inputs input[type="text"] {
    height: 3.5rem;
    width: 30rem;
    background: #212121;
    font-weight: bold;
    font-size: 1.5rem;
    border: none;
    background-color: transparent;
    border-bottom: solid 1px goldenrod;
    color: rgb(111, 255, 0);
    border-radius: 2px;
    margin-right:4px ;
    
}
.inputs input[type="submit"] {
    height: 3.5rem;
    width: 6.5rem;
    background: rgb(254, 5, 5);
    font-weight: bold;
    color: ghostwhite;
    font-size: 1.5rem;
    border: none;
    border-radius: 2px;
}

/* -------------------------------display */
.display {
    text-align: center;
    color: white;
}
.wrapper {
    margin: 0 9rem;
    width: 50%;
    background-color: #212121;
    height: 40vh;
    margin: 50px auto;
    border-radius: 2px;
}

.wrapper h2{
    padding: 5px 0;
    text-align: center;
  }
  .wrapper p{
    text-align: center;
    margin:10px 0;
    font-size:20px;
  }

  @media only screen and (max-width: 400px) {
    body {
      background-color: lightblue;
    }

    .inputs {
        padding: 6rem 0 2rem 0;
        text-align: center;
        display: flex;
        justify-content: center;
    
    }
    .inputs input[type="text"] {
        height: 2.5rem;
        width: 30rem;
        background: #212121;
        font-weight: bold;
        font-size: 1rem;
        border: none;
        background-color: transparent;
        border-bottom: solid 1px goldenrod;
        color: rgb(111, 255, 0);
        border-radius: 2px;
        margin-right:4px ;
        
    }
    .inputs input[type="submit"] {
        height: 2.5rem;
        width: 4.5rem;
        background: rgb(254, 5, 5);
        font-weight: bold;
        color: ghostwhite;
        font-size: 1rem;
        border: none;
        border-radius: 2px;
    }
    .header {
        background-image: url(weather.jpg);
        background-size: cover;
        background-position: relative;
        color: rgb(12, 11, 6);
        text-align: center;
        padding: 5rem;
        height: 60px;
        width: 100%;
        /* border-radius: 20px; */
    }
    
.header h1 {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Indie Flower', cursive;
    color: white;

  }

}
@media only screen and (max-width: 600px) {
    body {
      background-color: lightblue;
    }

    .inputs {
        padding: 6rem 0 2rem 0;
        text-align: center;
        display: flex;
        justify-content: center;
    
    }
    .inputs input[type="text"] {
        height: 2.5rem;
        width: 30rem;
        background: #212121;
        font-weight: bold;
        font-size: 1rem;
        border: none;
        background-color: transparent;
        border-bottom: solid 1px goldenrod;
        color: rgb(111, 255, 0);
        border-radius: 2px;
        margin-right:4px ;
        
    }
    .inputs input[type="submit"] {
        height: 2.5rem;
        width: 4.5rem;
        background: rgb(254, 5, 5);
        font-weight: bold;
        color: ghostwhite;
        font-size: 1rem;
        border: none;
        border-radius: 2px;
    }
    .header {
        background-image: url(weather.jpg);
        background-size: cover;
        background-position: relative;
        color: rgb(12, 11, 6);
        text-align: center;
        padding: 5rem;
        height: 60px;
        width: 100%;
        /* border-radius: 20px; */
    }
    
.header h1 {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Indie Flower', cursive;
    color: white;

  }
}