* {
    box-sizing: border-box;

}

body {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h3 {
    font-weight: bold;
}

.forecast {
    font-size: 15px;
}

span {
    font-size: 15px;
}

li:hover {
    background-color: rgb(162, 156, 163);
}
