@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.container {
  width: 1000px;
  margin: 50px auto;
  border-radius: 30px;
  padding: 20px;
  background: #9aff6fb4;
  box-shadow: -20px 20px 60px #bebebe, 20px -20px 60px #ffffff;
  text-align: center;
}
.flex{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bi-cloud-sun {
  color: rgb(237, 33, 33);
  font-size: 100px;
}
.bi-wind{
    font-size: 100px;
    color:rgb(39, 37, 41);
}
.bi-cloud-fog{
    font-size: 100px;
    color:rgb(124, 201, 205);
}
.bi-hurricane{
    font-size: 100px;
    color:rgb(141, 226, 43);
}
.bi-thermometer-high{
    font-size: 100px;
    color:red;
}
.bi-thermometer-low{
    font-size: 100px;
color: rgba(255, 255, 0, 0.712);
}
.bi-android{
    font-size: 100px;
    color:rgb(226, 43, 147);
}
.bi-water{
    font-size: 100px;
    color: rgb(103, 72, 72);
}
.bi-clouds{
    color: rgb(0, 128, 128);
    font-size: 100px;
}
.wind{
    border: 2px solid gray;
    padding: 5px 20px;
    border-radius: 10px;
    width: 170px;
    margin: 7px;
}
input{
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 15px;
    outline: none;
    width: 700px;
    margin-left: 20px;
}
.btn{
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 20px;
    cursor: pointer;
    background-color: skyblue;
    margin-right: 50px;
    font-weight: bolder;
}
