

body {
    font-family: 'Asul';font-size: 18px;
}

h1 {
    text-align:center;
}

p {
    text-align:center;
}

a {
    color: black;
}

hr{
    border: 0.5px solid rgb(0, 0, 0);
        
}

a:link {
    
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }
