/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 jun. 2021, 18:20:22
    Author     : morgan
*/

a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
.principal {
  margin-top: 60px; /* Add a top margin to avoid content overlay */
  margin-left: 50px;
}

@media screen and (max-width: 600px) {

.principal {
  margin-top: 60px; /* Add a top margin to avoid content overlay */
  margin-left: 24px;
}
}