#DOTK{
text-align: left;
}

#DOTK-pic{
    
    background-image: url(img/DOTK.png);
        
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
        
    width:50%;
    
    
    

}

a:link { 
    text-decoration: none;
    color: inherit;   
  } 
  a:visited { 
    text-decoration: none;
    color: inherit;  
  } 
  a:hover { 
    text-decoration: none; 
    color: rgb(41, 144, 241);
  } 
  a:active { 
    text-decoration: none; 
    color: rgb(111, 41, 241);
  }

@media (max-width: 550px){
    #DOTK-pic{
    
        background-image: url(img/DOTK.png);
            
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
            
        width:100%;
        
        
        
    
    }
}