* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.display-3 {
    margin-bottom: 36px;
}

#current {
    padding-top: 0px!important;
}

#weatherInput {
    margin-bottom: 20px;
}

/* Footer */
footer {
    background-color: lightsteelblue;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
}

.footer-text {
    text-align: center;
    padding: 12px 24px;
    font-weight: lighter;
    letter-spacing: 1.3px;
}

a.footer-link {
    font-size: 16px;
    color: rgb(48, 48, 48);
}

/* Mobile Styles */
@media only screen and (max-width: 767px) {

}
  
/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}

/* Desktop Styles */
@media only screen and (min-width: 1024px) {

}