img {
    height: 2rem;
    width: 2rem;
}

main.background-image {
    background-image: url('../Images/satellite2.jpg');
    background-size: 100% auto;
}

@media only screen and (min-width: 0) {
    html {
        font-size: 1rem;
    }
}