@charset "UTF-8";
h1{border: 5px solid #000000;
    text-align: center;
}
   img{pointer-events : none;
    vertical-align :bottom;
}

/*.container{
    display: flex;
    
}*/

.basis{
    margin: 0 auto;
   margin-left:0px;
}

a{
    font-size:20px;
}

h5{margin-left:0px;}
li{list-style-type:square;
    margin-left:0px;
}

@media (max-width:767px) {
    .row{
        flex-direction: column;
    }
      
   /* .img{
        width: 600px;
        height: 400px;
        
    }
    */
}
    