body{
    text-align: center;
    background-image: linear-gradient( to right, #ffa791, #ffd5b3);

}

h1{
    padding-bottom: .5em;
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    color: #FFFb99;
}

#advice{
    padding-bottom: 1em;
    font-size: 3em;
    font-family: "Spline Sans", sans-serif;
    font-weight: weight;
    color: #FFFb99;
    text-decoration: underline;
}

#newAdviceBtn{
    background-color: #fffb99;
    border-color: #ffd5b3;
    font-size: 16px;
    padding: 1em 2em;
    border-radius: 8px;
    font-size: 2em;
    color: #ffa791;
    font-family: "Notable", sans-serif;
}

#newAdviceBtn:hover {
    box-shadow:0 8px 8px 0 #ffd5b3;
    background-color: #fff9c2;
}