.trending-card {
    padding: .5%; 
    /* margin: 7px; */
    max-width: 10%;
    font-size: 1.48vw;
    display: inline-block;
    text-align: center;
}

a:hover {
    color: darkgrey;
}

#weather-card {
    width: 300px;
    height: 480px;
}

.search {
    width: 100%;
    position: relative
  }

.wrap {
  width: 35%;
  position: absolute;
  padding-top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#searchButton {
  position: absolute;  
  right: -50px;
  width: 54px;
  height: 56px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 40px;
}

#gsearch {
  float: left;
  width: 100%;
  border: 3px solid #00B4CC;
  padding: 5px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  font-size: 24px;
}

.country {
    cursor: pointer;
    font-size: 25px;
    padding: 7px;
}

.selected {
    background-color: lightgray;
}

.vip-button {
    font-size: 35px;
    padding-right: 20px;
}

a {
color: #0099ff;
text-decoration: none;
}

.logo {
max-width: 450px;
}

.header-container {
display: flex;
justify-content: space-between;
}


* {
    font-family: Arial Black;
  }

.container {
    padding: 0px 20px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

h2 {
}

.big-font {
    font-size: 25px;
}