@charset "UTF-8";

      * {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

img {
  width: 100vw;
}

a {
  display: block;
  background-color: darkred;
  padding: 20px;
  text-align: center;
  font-weight: bolder;
  text-decoration: none;
  color: white;
}

a:hover {
  background-color: rgb(197, 2, 2);
  transition: all 200ms;
}
