*{
    margin: 0;
    padding: 0;
    list-style: none;
}

@media(max-width:575px){
    #canvas{
        width: 100%; 
        height: 400px;
        background-image: url("../img/dorsa_tjrun.jpg");
        background-size: 100% 100%;
        
        border: 5px rgb(0, 0, 0) solid;
        text-align: center;
        display: flex;
        place-items: center;
        justify-content: center;
    
    } 
 

}

@media(max-width:575px) and (max-width:767){
    
}

@media(max-width:768px) and (max-width:991){
    
}

@media(max-width:992px) {
    
}




#canvas{
    width: 1000px; 
    height: 700px;
    background-image: url("../img/dorsa_tjrun.jpg");
    background-size: 100% 100%;
    
    border: 5px rgb(0, 0, 0) solid;
    text-align: center;
    display: flex;
    place-items: center;
    justify-content: center;

} 



h1{
    font-size: 250px;
    color: black;
   
    margin: 2px 2px 2px 2px;
}
h2{
    font-size: 100px;
    color: red;
    
    margin: 10px 2px 2px 2px;
}