
[tabindex="-1"]:focus:not(:focus-visible){
    outline:0!important;
}.popup h1 { 
    color: red;
    font-size: xx-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-decoration: dotted underline;
   
}.popup p{ 
    font-size: 18px; 
    margin-bottom: 10px;
} 
    #overlay{
         position: fixed; 
         top: 0; 
         bottom: 0;
         background-color: rgba(0, 0, 0, 0.8); 
         left: 0;
         right: 0; 
         z-index: 99999; 
         display:wrap ; 
        } 
        #popup{ 
            background: #fdebeb; 
            padding: 20px; 
            max-width: 520px; 
            margin: 10% auto;
            position: relative; 
            color: #0e0e0e; 
            border-radius: 20px;
            border: solid black;
        } 
        .close{ 
            position: absolute; 
            top: 4px;
             right: 8px; 
             font-size: 29px;
             margin-right: 10px;
             font-weight: bold;
             cursor: pointer;
             z-index: 5; 
        }  
        .popup .author a{
            font-size: 10px;
            margin-left: 320px;
            margin-bottom: 10px;
            color: red;
            font-weight: bold;
        }
        .popup img{
            align-items: center;
            margin-left: 50px;
            width: 100px;
            margin-top: 10px;
        }
        @media screen and (max-width: 1000px) {
            .popup{
                width: 70%;  
            }
            #overlay{
                position: fixed; 
                top: 0px; 
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.8); 
                left: 20;
                right: 0; 
                z-index: 99999; 
                display:none ; 
            }
            #popup{
                background: #fff; 
                padding: 20px; 
                max-width: 520px; 
                margin: 65% auto;
                margin-right:  75px;
                position: relative; 
                color: #0e0e0e; 
                border-radius: 20px;
                border: solid black;
                margin-left: 50px;
            }
            .popup p{
                font-size: 10px;
                margin-top: 0;
                margin-bottom: 10px;
            }
            .popup h1{
                font-size: 20px;
                text-decoration: dotted underline;
            }
            .popup a{
                font-size: 14px;
                margin-top: 0;
                color: red;
            }
            .popup img{
                align-items: center;
                margin-left: 50px;
                margin-top: 20px;
            }
            .popup .author a{
                font-size: 7px;
                font-weight: bold;
                margin-left: 100px;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }   
