@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@700&family=Poppins:wght@400;600&display=swap');


body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3rem;
    background-color: #DDF3BA;
}
h1 {
    font-family: "Mountains of Christmas", 'Times New Roman', Times, serif;
}
p {
    font-family: 'Times New Roman', Times, serif;
    line-height: 5rem;
}
section{
    margin: 1rem 3rem;
}
button {
    font-family: "Mountains of Christmas", 'Times New Roman', Times, serif;
    font-size: 5rem;
    padding: 2rem;
    margin: 1rem;
    border-radius: 25rem;
    border: 0.5rem dashed darkgreen;
    background-color: green;
    color: red;
    box-shadow: 0rem 1rem 0rem;
}
button:hover, button:focus{
    margin-top: 1.6rem;
    box-shadow: 0rem 0.2rem 0rem;
}
