/* 
TODOS OS DIREITOS RESERVADOS 
*/

textarea {
  resize: none;
}

body {
  font-family: "Roboto", sans-serif;
  background: url(/images/transparent-square-tiles.png);
  background-position: center right;
  min-height: 100vh;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  transition: 0.3s all;
  text-decoration: none;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

main {
  height: 100%;
  min-height: 90vh;
}

footer {
  /* position: absolute; */
  bottom: 0;
}

/* SCROLLBAR CUSTOMIZATION */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #198754;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #198754;
}
