body { 
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(46, 46, 46);
    color: aliceblue;
    background-image: url(https://images.unsplash.com/photo-1496450681664-3df85efbd29f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80);
    background-size: cover;
    text-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.5);
}

.navbar {
    width: 100%;
    margin-bottom: 50px;
}

#sun-sprite {
    height: 50px;
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color: rgb(46, 46, 46);
    padding: 20px;
    color: aliceblue;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.description {
    text-transform: capitalize;
    margin-left: 8px;
  }
