body {
  background: linear-gradient(to left top, rgb(85, 255, 218), rgb(11, 125, 255)) fixed;
  
}

#heading {
    font-family: 'Lobster', cursive;
    margin-bottom: 40px;
}

#msg-card {
    padding-top: 10px;
    
}

#results {
    background: white;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid rgb(128, 128, 128);
    padding: 1px 15px 15px 15px;
    text-align: left;
    min-height: 250px;
    font-family: 'Poiret One', cursive;
}

#interim-span {
    color: rgb(196, 172, 172);
}

#final-span {
    color: rgb(0, 0, 0);
    padding-right: 3px;
}

#div_start {
    display: flex;
    justify-content: center;
}

#start_button {
    border: 0;
    background-color: transparent;
    padding-bottom: 5px;
    max-height: 62px;  
}

#start_img {
    max-height: 60px;
}



#footer, h5 {
    font-family: 'Lobster', cursive;
    font-size: 19px;
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 400px) {
    #footer {
      font-size: 16px;
    }
}


/* a:link {
    color: rgb(180, 180, 180);
}

a:visited {
    color: rgb(180, 180, 180);
}

a:hover {
    color: rgb(223, 111, 0);
    text-decoration: none;
}

a:active {
    text-decoration: none;
} */