#mb { text-align: center;}

.mill { font-size: 51px;   
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(60,116,181);
    background: linear-gradient(270deg, rgb(66,66,66),
            rgb(60,116,181));
    /* background-image: url(/5volt/img/madhu.jpg); */
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.haveit { font-size: 48px;   
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(141,211,251);
    background: linear-gradient(270deg, rgb(141, 211, 251),
    rgb(109,109,109));
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-left: 20px;
    padding-right: 20px;
}

#mb,#video { display: flex; justify-content: center; }

.flex-row { display: flex; justify-content: center; flex-wrap: wrap;}

.img { 
    width: 230px; 
    height: 230px;
    margin:5px;
    border-radius: 3px;
}

.img:hover {
    transform: scale(1.1);
}

.tile { 
    /* background-color: #fff; */
    margin:6px; 
}

.tile .header {
    margin-top:20px;
    font-size: 40px;
    /* color:rgb(141, 211, 251);*/
    margin-bottom: 20px;
}

.tile p {
    font-size: 17px;
    color:rgb(109,109,109);
    text-align: justify;
}

#discuss {
    font-size: 21px;
    /* color: rgb(109,109,109); */
}

.glass { 
    border:solid 1px backgroundcolor-lighter;
    background: radial-gradient(bac);
}

.fixed { 
         position:fixed; width:100vw; height:100vh; 
         background-color:rgb(245,245,247);
         left:0;
         top:0;
    }

.fixed #close { 
    position:absolute;
    top:10px;
    left:10px;
    width:12px;
    height:12px;
    background-color: red;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
}

.fixed #close #icon {
    display: inline-block;
    vertical-align: middle;
}
