 
        

        }
        body{
            background:;
        }
        #modalbox{
            position: fixed;
            top:50%;
            left:50%;
            Transform:translate(-50%,-50%);
            width:80%;
            max-width: 800px;
            height: 300px;
            text-align: center;
            padding: 40px 20px;
            font-size: 18px;
            font-weight: 500;
            background: #fff;
            border-radius: 8px;
            display: none;
            color: black ;
            border-bottom:  10px solid  #800000;
        }
        .cookies{
            width: 100px;
            margin-bottom: 15px;
        }
        #modalbox button{
            background: #800000;
            color: #fff;
            padding: 5px 0;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            width: 20%;
            border: 0;
            outline: 0;
            margin-top: 10px;
            cursor: pointer;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            
        }
        .close-icon{
            width: 25px;
            height: 25px;
            position: absolute;
            top:25px;
            right: 25px;
            cursor: pointer;
        }
   