﻿ .m-35{
           margin:0%;
       }
       .max-h{
           width:190px;
             max-height: 180px;
    /*box-shadow: 2px 2px 2px 2px grey;*/
    border: 3px solid indianred;
    border-radius: 100% !important;
       }
       a{
           text-decoration:none !important;
           font-weight:bolder;
       }
       .text-danger{
           text-align:center;
       }

       @media(min-width:320px)and (max-width:370px){
           .m-35{
           margin:0;
       }
       .max-h{
           width:200px;
             max-height: 180px;
    /*box-shadow: 2px 2px 2px 2px grey;*/
    border: 3px solid indianred;
    border-radius: 100% !important;
       }
       }

       @media(min-width:375px)and (max-width:425px){
           .m-35{
           margin:0%;
       }
       .max-h{
           width:200px;
             max-height: 180px;
    /*box-shadow: 2px 2px 2px 2px grey;*/
    border: 3px solid indianred;
    border-radius: 100% !important;
       }
       }