
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
.footer {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: 'Fredoka';
    margin-bottom: 10%;
    margin-top: 5%;
}
.email{
    margin-top: 2%;
    margin-bottom: 1.5%;
}
hr{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    color: rgb(116, 116, 116);
}
