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