/* Place your CSS styles in this file */

body {
  font-family: "Roboto", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
margin: auto;}

p {
  text-align: justify;

  font-weight: bold;
}
img.logo {
  display: block;
  margin: auto;
  width: 40%;
}

a:link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
a:hover {
  color: rgb(255, 0, 0);
}
a:active {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
