* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: antiquewhite;
}

body {
  background-image: url("./assets/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  height: 8%;
}

button, input, optgroup, select, textarea{
    color: white;
    background-color: #424242;
    margin: auto;
}

#border-1 {
    height: 250;
}

#classy{
    font-size: x-small;
    border: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;

}

#select-city {
  padding-left: 20px;
  border: 1px solid white !important;
  padding-right: 20px;
}

#forecast{
    border-top: 1px solid white;
    padding-top: 10px;
}

#weather-card {
  justify-content: space-between;
}

.card .card-action:last-child {
  padding: 5px;
}

#weather-card p {
  color: aliceblue;
  font-weight: 300;
}

#city-humid {
  padding-bottom: 10px;
}

.card .card-content {
  padding: 0 !important;
}

#weather-card h5 {
  font-size: medium;
  text-align: center;
  padding-top: 5px;
}
