html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.img1 {
    background-image: url("../Images/MK1.1-Waifu.png");
    height: 100px;
    left: 50px; /* play around with this */
    position: absolute;
    top: 90px; /* and play around with this */
    width: 500px;
}

.img2 {
    background-image: url("../Images/MK1-Waifu.png");
    height: 548px;
    margin-left: auto;
    margin-right: auto;
    position: relative; /* and this has to be relative */
    width: 731px;
}

#map {
    height: 548px;
}

.current-weather-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.current-weather-header{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.current-weather-text {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 0.375rem;
}