* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  body {
    background: url("https://c4.wallpaperflare.com/wallpaper/649/274/476/countries-flag-map-world-map-wallpaper-preview.jpg");
    background-size:95%;
  background-position:top;
  /* height: 100%;
  width: 100%; */
  }
  .container {
    background-color:transparent;
    backdrop-filter: blur(10px);
    border-radius: 1vw;
    width: 80vw;
    max-width: 37.5rem;
    padding: 3rem 2.5rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    box-shadow: 0 0.50rem 0.50rem 0.50rem rgba(247, 246, 246, 0.25);
    /* border: #e5e5e7; */
  }

  .search-bar {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 1.25rem;
  }
  .search-bar button {
    font-size: 1rem;
    background-color: #3d64e6;
    color: #ffffff;
    padding: 0.5rem 0;
    border: none;
    border-radius: 1.5rem;
    cursor: pointer;
  }
  .search-bar input {
    font-size: 1rem;
    padding: 0 0.62rem;
    border: none;
    border-bottom: 2px solid #3d64e6;
    outline: none;
    color: #222a43;
  }
  #result {
    margin-top: 1.20em;
  }
  .container .flag-img {
    display: block;
    width: 45%;
    min-width: 7.5em;
    margin: 1.8em auto 1.2em auto;
  }
  .container h2 {
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.8em;
  }
  .wrapper{
    display: flex;
    justify-content: center;
  }
  .data-wrapper {
    margin-bottom: 1em;
    letter-spacing: 0.3px;
  }
  .container h4 {
    display: inline;
    font-weight: 500;
    color: #ffffff;
  }
  .container span {
    color: #d0d0d0;
  }
  .container h3 {
    text-align: center;
    font-size: 1.7em;
    font-weight: 500;
    color: #f83044;
  }