@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&amp;display=swap');
body{
font-family: 'Yeseva One', cursive;
}
.entry-title{
display: none;
}
ul li a{
color: black;
}
ul li a:hover{
color: grey;
}
.inside-footer-widgets{
display: flex;
align-items: center;
justify-content: space-between;
}
h1,h2,h3,h4,h5,h6{
color: #6be3a4;
}