:root
{
  --cssVariable: #fff;
}
body 
{
  margin-top: 30px;
}
ul.details 
{
  position: relative;
  top: 10px;
  right: 20px;
}
ul.info 
{
  position: relative;
  top: 10px;
}
.capitalize
{
  text-decoration: capitalize;;
}
li 
{
  font-size: 14px;
  list-style: none;
  text-decoration: capitalize;
}
.actualWeather {
  position: relative;
  left: 10px;
  font-weight: 400;
  font-size: 60px;
}
.details
{
  position: relative;
  top: 17px;
}
.details-info2
{
  position: relative;
  bottom: 10px;
}
.degreesElement 
{
  position: relative;
  left: 10px;
  bottom: 40px;
}
input.cityInput 
{
  width: 95%;
  border: 1px solid;
}
li.city-element
{
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  bottom: 7px;
}
.weather-forecast
{
  position: relative;
  right: 50px;
}
.weather-forecast li
{
  text-align: center;
  font-size: 13px;
}
.weather-forecast-temperature-min
{
  opacity: 0.5;
}
.icon 
{
  width: 135px;
  position: relative;
  bottom: 13px;
  right: 35px;
}
.city 
{
  font-size: 18px;
  font-weight: bold;
}
.temperature 
{
  position: relative;
  left: 25px;
}
.wind 
{
  position: relative;
  right: 25px;
}
.characteristic 
{
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #17639d;
}
.element
{
  position: relative;
  left: 15px;
  bottom: 35px;
}
.button
{
  position: relative;
  right: 25px;
}
button.button 
{
  padding: 10px;
  padding-left: 20px;
  color: #6074a7;
  background: #dfebf7;
  border: 2px #6fa1c2;
  border-radius: 30px;
  cursor: pointer;
}
button.button:hover 
{
  color: #fff;
  background: #6074a7c0;
  border: 2px #6fa1c2;
  border-radius: 30px;
  cursor: pointer;
}
.forecastIcon
{
  margin-top: 20px;
  text-align: center;
  position: relative;
  left: 12px;
  width: 75px;
}
.currentDate
{
  font-style: italic;
  font-size: 14px;
  padding-top: 7px;
  margin-left: 50px;
}
.border
{
  background-color: rgba(185, 188, 2, 0.592);
  box-shadow: 3px 2px 0px 0px rgba(0, 0, 255, .2);
  padding-left: 8em;
  padding-top: 3em;
  padding-right: 0;
  padding-bottom: 2em;
  border: 2px solid black;
  border-radius: 10px;
}
.signature
{
  text-align: right;
  margin-right: 30px;
  color: black;
  font-weight: bolder;
}
.signatureElement
{
  margin-top: 5px;
}