body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }
.titulo{
text-align: center;
font-size: 40px;
background: #7CF6E0;
height: 60px;
color: #05083A;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


  }
  .menu {
    background: #7CF6E0;
    width: 230px;
    height: 200vh;
    position: absolute;
  }
  
  .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .menu ul li {
    padding: 10px;
    border: 1px solid hsl(175, 92%, 46%);

  }
  
  .menu ul li a {
    color: #070927;
    font-size: 24px;
    text-decoration: none;
  }
  
  .menu ul li:hover {
    background-color: #ffffff;
    
   
  }
  .menu ul li a:hover {
  color:black;
  
   
  }
  
  .dashboard {
    margin-left: 220px;
    padding: 20px;
    background: rgb(240, 239, 239);
    
  }
  
  .dashboard h2 {
    color: #333;

  }
  
  .dashboard p {
    color: #666;
  }
  
  h2.formulario{
    text-align: center;
    color:  hsl(315, 94%, 48%);
    font-size: 20px;

  }
  h2.graficos{
    text-align: center;
    color: hsl(315, 94%, 48%);
    font-size: 20px;
    
  }
  h2.inicio{
    text-align: center;
    color:hsl(315, 94%, 48%);
    font-size: 20px;
    
  }
  img.logo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    
  }
  img.inicio{
    width: 700px;
    height: 500px;
  }