body {
    font-family: 'Red Hat Display', sans-serif;
}

h1 {
    color: #4e4e4e;
    font-size: 40px;
    font-weight: 100;
    line-height: 28px;
    margin-bottom: 0;
    padding: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 2%;
    padding: 0;
    color: #696969;
    font-size: 18px;
    font-weight: 100;
    line-height: 19px;
}

li:first-letter {
    text-transform: capitalize;
}

a {
    color: rgb(146, 108, 144);
    font-size: 16px;
}

small {
    font-size: 16px;
}

.btn {
    background: rgb(102, 110, 119);
    border: none;
}

.weather-app-wrapper {
    max-width: 600px;
    margin: 30px auto; 
}
.weather-app {
    padding: 20px;
    border: 1px solid #dadde1;
    border-radius: 5px;
    background: linear-gradient(to top, #feada6 0%, #f5efef 100%);
}

.overview {
    margin-bottom: 20px;
}

.weather-temperature img {
    margin-right: 5px;
    height: 64px;
    width: 64px;
}

.weather-temperature strong {
    color: rgb(70, 70, 70);
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    margin: 4%;
}

.weather-temperature .units {
    position: relative;
    font-size: 14px;
    top: -34px;
}

.weather-temperature .active {
    color: rgb(46, 46, 46);
    cursor: default;

}
.weather-temperature .active:hover {
    text-decoration: none;
}

.weather-forecast {
    margin-top: 20px;
    text-align: center;
}

.weather-forecast-date {
    font-size: 16px;
    color: black;
    opacity: 0.5;
}

.weather-forecast-temperatures-min {
    opacity: 0.5;
}

.weather-forecast-temperatures {
    font-size: 13px;
}
