
      button {
           position: absolute;
            top: 5px;
            right: 5px;
            padding: 5px 10px;
            background-color: gold;
            color: #C12900;
            border: none;
            cursor: pointer;
            font-family:Calibri;
              height: auto;
                   z-index: 100;
        }

    button:hover
  { 
    
	color:#C12900;
    color:white;
       z-index: 100;
     

}




   /* button1 {
            position: absolute;
            top: 275px;
            right: 200px;
            align-items: center;                      
            background-color: #007bff;
            color: #ffffff;
            border: none;
            cursor: pointer;
       
            
        }*/


    button2 {
           position: absolute;
            top: 360px;
            right: 250px;
            padding: 5px 10px;
            background-color: gold;
            cursor: pointer; 
            padding-right: 23px;
            margin-right: -20px;
         z-index: 100;
    
        }






    .popup {
            text-align: center;
            align-items: center;
            display: block;
            position: fixed;
            height: 500px; width: 556px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;        
            background-color: lightyellow;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
            z-index: 100;
            border: 2px solid orange;
}