body {
    box-sizing: border-box;
    margin: 0;
    background: rgb(213 230 230);
  }

  .container-box {
    margin-top: 50px;    
    border: 4px solid rgb(131, 179, 233);    
    
  }

  .container {
    max-width: 900px;
    min-width: 568px;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
  }
  
  h1 {
    font-weight: 600;
    font-size: 64px;
    width: 100%;
    overflow: hidden;
    text-transform: capitalize;
  }
  h2 {
    display: inline-block;
    margin: auto 10px;
    width: 35px;
  }
  h3 {
    font-style: italic;
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
    font-style: italic;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
    color: orangered;
    font-style: italic;
  }
  h5:hover {
    color: rgb(221, 62, 4);
    font-size: larger;
    transition: all 200ms ease-in-out;
    
  }
  h6 {
    text-align: right;
    font-weight: 600;
    line-height: 28px;
    color: rgb(131, 179, 233);
  }
  h6:hover {
    color: rgb(6, 121, 253);
    font-size: larger;
    transition: all 200ms ease-in-out;
    cursor: pointer;
  }
  .form-container {
    padding: 0;
  }
  .town {
    width: 100%;
    border: 2px solid orangered;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
  
  .search {
    width: 48%;
    border: 2px solid orangered;
    background-color: rgb(247, 130, 88);
    border-radius: 5px;
    font-size: 14px;
  }
  .current {
    width: 48%;
    border-radius: 5px;
    border: 2px solid green;
    background-color: rgb(105, 243, 105);
    font-size: 14px;
    overflow: hidden;
  }

  .current:hover,
  .search:hover {
    background-color: white;
    transition: all 200ms ease-in-out;
  }

  h5,
  .icon-container,
  .degree {
    text-align: center;
  }

  .icon-container {
    display: block;
  }

  .degree {
    position: relative;
    top: 25px;
  }

  .col-2 {
    text-align: center;
  }

  .min-degree {
    margin-right: 7px;

  }

  .max-degree {
    font-weight: 600;
    
  }

  .row {
    margin: 20px 0;
  }
  .icon {
    font-size: 48px;
  }
  .fa-sun {
    color: yellow;
  }
  .fa-cloud {
    color: rgb(131, 179, 233);
  }
  .icon-main {
    font-size: 72px;
  }
  .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  
  .degree,
  span {
    text-decoration: none;
    vertical-align: top;
  }
  
  .weather-icon {
    margin-top: 20px;
  }

  .active{
    color: black;
    text-decoration: none;   

  }
  .weather-info {
    color: orangered;
    font-weight: 600;
  }
