
.phones{
    width: 350px;
    height: 650px;
    background-color: rgb(76, 88, 103);
    border-radius: 0.5rem;
   
}

body{
    display: flex;
    justify-content: center;
   /*background-color: rgb(47, 45, 45);*/
}

#text--field{
    width: 15rem;
    height: 2rem;  
}
#button{
    height: 2.4rem;
}
#search--icon{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.whole--content{
    margin-left: 1rem;
}

#current--text, #location--text{
    font-family: sans-serif;
    font-size: large;
   
 }
 #axception--error{
     background-color: rgb(181, 22, 22);
     font-family: sans-serif;
 }
 #heading{
    position: relative;
    bottom: 0rem;
    font-size: 2rem;
    font-family: sans-serif;
    color: rgb(57, 60, 60);
}
#location{
    font-size: 2rem;
    position: relative;
    top: 3rem;
    color: rgb(57, 60, 60);
}
#location0{
    font-size: 1.2rem;
    position: relative;
    top: 3rem;
}
#current{
    font-size: 2rem;
    font-family: sans-serif;
    color: rgb(57, 60, 60);
}
footer{
    font-size: 12px;
    background-color: black;
    width: 100%;
    color: aliceblue;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 350px){
    .phones{
        width: 700px;
        height: 500px;
    }
}
@media only screen and (min-width: 700px){
    .phones{
        width: 1920px;
        height: 600px;
    }
    .whole--content{
        display: flex;
        justify-content: center;
    }
    
}
/*
@media only screen and (min-width: 700px){
    #text--field{
        width: 20rem
    }
    .whole--content{
        margin-left: 10rem;
    }
}



/*
#space--container--zero{
    display: grid;
    justify-content:center;
    margin: 5% 0%;
    column-gap: 1rem;
    row-gap: 1rem;
}
#search--api--img{
    width: 20rem;
    height: 30rem;
    border-style: solid;
    border-color: beige;
    border-radius: 1rem;
}
#searchValue{
    width: 40rem;
    height: 3rem;
}
#seach--container{
    display: flex;
    justify-content: center;
}

#show--button--container{
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    position: relative;
    top: 5rem;
}
#show--more--button{
    width: 20rem;
    height: 3rem;
    font-size: 1.5rem;
    border-style: none;
    display: none;
}
#show--more--button:hover{
    background-color: brown;
}
#show--less--button{
    width: 20rem;
    height: 3rem;
    font-size: 1.5rem;
    border-style: none;
    display: none;
}
#show--less--button:hover{
   background-color: brown;
}

#movie--finder{
    position:absolute;
    left: 1rem;
    font-family: 'Roboto' sans-serif;
    font-size: 3rem;
}
#search--api{
    cursor: pointer;
}
#see--button{
    position: fixed;
    top: 30rem;
    left: 30rem;
    z-index: 10000;
    font-size: 100rem;
}
#card--color{

    width: 30rem;
    height: 33rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    padding-top: 10rem
}
#card--container{
    display: grid;
    justify-content: center;

}
#heading{
    position: relative;
    bottom: 5rem;
    font-size: 2rem;
    color: rgb(57, 60, 60);
}
#location{
    font-size: 2rem;
    position: relative;
    top: 3rem;
    color: rgb(57, 60, 60);
}
#location0{
    font-size: 1.2rem;
    position: relative;
    top: 3rem;
}
#current{
    font-size: 2rem;
    color: rgb(57, 60, 60);
}
#text--field{
    position: relative;
    bottom: 8rem;
    width: 100%;
    height: 2.5rem;
    border-radius: 0.3rem;
    border-style: none;  
}
#search--icon{
  display: grid;
  justify-content: center;
}
#search--icon a{
    text-decoration: none;
}
#search--icon button{
    position: relative;
    bottom: 7rem;
    height: 2rem;
    cursor: pointer;
}
#current--text, #location--text{
   font-family: sans-serif;
   font-size: large;
  
}
#axception--error{
    background-color: rgb(181, 22, 22);
    font-family: sans-serif;
}
footer{
    position: relative;
    top: 1rem
}
#fa-cloud-sun{
    width: 40rem;
    height: 20rem;
    position: fixed;
    opacity: 0.2;
}
#big--icon{
    position: relative;
    bottom: 15rem;
    left: 4rem;
}
/*body{
    background-image: url('images/pexels-pixabay-531756.jpg');
    background-repeat: no-repeat;
   
}*/
#humi{
    width: 1.5rem;
}