body {
    font-family: 'Comic Sans Ms';
    background-image: linear-gradient(to right, rgb(96, 113, 212) , #fff);
}

body  img {
    border-radius: 20px;
}
body video {
    border-radius: 20px;
}
.demo {
    margin:0 auto; width:80%; height:900px;
}
canvas {
	cursor: crosshair;
	display: block;
}
.card {
    border-radius: 20px;
}
.aaa ul li a {
    display: block;
}
.aaa ul  li a:hover {
    background-color: red;
}
.dropdown-menu  li a:hover {
    background-color: black;
}

.rasm img {
    width: 50%;
    height: 50%;
}

.tagi {
    border-bottom: 0;
    background-color: #333;
    color: #fff;
    padding: 40px;
}

.boglanish li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    padding-bottom: 30px;
}

.boglanish li a svg:hover {
    color: red;
}

.eng {
    background-color: rgb(41, 37, 37);
    text-align: center;
    color: white ;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 8px;
}

.yangiliklar {
    padding: 20px;
    width: 100px;
    height: 100px;

}

.tartib ul li{
    width: 200px;
    font-size: 20px;
    list-style: none;
    padding: 5px;
}

.tartib ul li a {
    display: block;
    color: rgb(0, 0, 0);
    text-decoration: none;

}

.tartib ul li a:hover{
    background-color: #333;
    color: white;
}
.card-text  a span {
    color: black;
}

.card-text  a span:hover {
    color: blue;
}

.card-title a span {
    color: black;
}

.card-title a span:hover {
    color: blue;
}

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

