*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body{
    background-color: #6d4426;
}
.heading{
    text-align: center;
    font-family:cursive;
    position:absolute;
    top: 8%;
    left: 40%;
    
}
.new{   
       width: 100%;
        position:absolute;
        border-top: 1px solid black;
        top: 15%;
}
.container{
    background-color: #ffffff;
    width:80vw;
    max-width: 37.5em;
    padding: 3em 2.5em;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 0.62em;
    box-shadow: 0 1.25em 1.8em rgba(red, green, blue, alpha);

}
.search{
     display: grid;
     grid-template-columns: 9fr 3fr;
     gap: 1.25em;
}
.search button{
    font-size: 1em;
    background-color: #3d64e6;
    color: #ffffff;
    padding: 0.8em 0;
    border:none;
    border-radius: 1.5em;
}
.search input{
    font-size: 1em;
    padding: 00.62em;
    border: none;
    outline: none;
    border-bottom: 2px solid #3d64e6;
    color: #222a34;
}
#result{
    margin-top: 1.2em;
}
.container .flag-img{
    display: block;
    width: 45%;
    min-width: 7.5em;
    margin: 1.8em auto 1.2em auto;
}
.container h2{
    font-weight: 600;
    color:#222a43;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.8em;

}
.data-wrapper{
    margin-bottom: 1em;
    letter-spacing: 0.3px;
}
.container h4{
    display: inline;
    font-weight: 1000;
    color: #222a43;

}
.container span{
    color: #5d6274;
}
.container h3{
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #ff465a;
}
 @media only screen and (max-width:740px) {
    .heading{
        top: 8%;
        left: 7%;
    
 }
 .container{
    position: absolute;
    max-width: 20.5em;
    padding: 1.5em 1em;
    top: 50%;
}
.search button{
    font-size: 0.8em;
    position: absolute;
    right:2%;
    background-color:red;
    padding: 0.7em 0.4em;
    border-radius:0.7em;
}
.search input{
    font-size: 1em;
    padding: 00.62em;
    border: none;
    outline: none;
    border-bottom: 1px solid #3d64e6;
    color: #222a34;
}
.container h3{
    font-size: 1em;
    font-weight: 350;    
}
.container .flag-img{
    width:10%;
    min-width: 7.5em;
   
}




}