@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,500&display=swap');

html{
    background-color: #C4B5FD;
    color: #6D28D9;
}

.fa{
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover{
    opacity: 0.7;
}

body{
    margin: auto;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: larger;
    max-width: 600px;
}
.input #date-of-birth{
    margin: 1rem;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.input #lucky-number{
    margin: 1rem;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

#output{
    margin: 1rem;
}

#btn-check{
    font-family: 'Raleway', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #C4B5FD;
    color: #6D28D9;
    border-color: #6D28D9;
    border-radius: 0.5rem;
}

footer{
    margin-top: 35%;
}