@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif!important;
    box-shadow: 0 0 10px #000 !important;
    border-radius: 20px;
}

a{
    text-decoration: none!important;
}

.eapps-widget-toolbar{
    display: none!important;
}
.yottie-widget-header-classic .yottie-widget-header-banner{
    height:250px !important;
}
.yottie-widget-header-channel-title a{
    text-decoration:none!important;
}
.yottie-widget-header-inner{
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.yottie-widget-header-channel-title a{
    text-shadow: 0 0 2px #000;
}
.yottie-widget-header-channel-title a:hover{
    color: purple!important;
}
.yottie-widget-feed-section-search-form-input{
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.yottie-widget-feed-section-search-form-button-icon{
    fill: rgba(0, 0, 0, 0.5) !important;
}
.yottie-widget-feed-section-search-form-input:focus{
    box-shadow: 0 0 5px #000;
}
.yottie-widget-video-preview:hover, .yottie-widget-video:hover .yottie-widget-video-preview{
    box-shadow: 0 5px 10px #000;
    transition: all 0.2s;
}
.yottie-widget-header-classic .yottie-widget-header-logo:hover{
    box-shadow: 0 0 10px #000;
    transition: all 0.2s;
}