@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&display=swap');

:root{
    --primary-color:rgb(66, 139, 66);
}

body{
    text-align: center;
    background-color: var(--primary-color);
    color: black;
    font-family: 'Gaegu', cursive;
    background-image: url("images/birthday.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;

}

h1{
    margin-top: 7rem;
    font-size: 2.5rem;
}

.input-bdy{
    font-family: 'Gaegu', cursive;
    display: block;
    width: 240px;
    padding: .5rem;
    margin: 2rem auto;
    font-size: larger;
    border-radius: .5rem;
}

.btn-check{
    font-family: 'Gaegu', cursive;
    font-size: large;
    width: 150px;
    padding: .4rem;
    display: block;
    margin: 1rem auto;
    border-radius: .5rem;
}

.btn-check:hover{
    background-color: black;
    color: white;
}

.msg-to-user{
    font-size: xx-large;
}

footer{
    margin-top: 4rem;
}

footer ul{
   padding-inline-start: 0px;
}
.socials{
    list-style: none;
    display: inline;
    padding: 2rem;
    padding: 1rem;
}

#display-output{
    font-size: x-large;
    color: white;
    width: 65vw;
    margin: 2.5rem auto;
}
