@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400..700&display=swap');

button {
  border: 10px solid transparent;
  padding: 10px;
  border-image: url(btn.png) round;
  border-image-slice: 10% fill;
  background-color: black;
  color: white;
  transition: padding 0.5s ease;
  font-family: "Edu NSW ACT Foundation", cursive;
  font-weight: 600;
  font-size: 15px;
}

button:hover {
  border: 10px solid transparent;
  border-image: url(btnhover.png) round;
  border-image-slice: 10% fill;
  background-color: black;
  padding: 20px;
  color: white;
}

body {
  background-color: black;
  color: white;
  font-family: "Edu NSW ACT Foundation", cursive;
  font-weight: 600;
}

p {
  font-size: 25px;
}

h1 {
  font-size: 35px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 12px 14px;
  border: 10px solid transparent;
  border-image: url(btn.png) round;
  border-image-slice: 10% fill;
  transition: padding 0.5s ease;
}

li a:hover {
  border-image: url(btnhover.png) round;
  border-image-slice: 10% fill;
  padding: 22px 24px;
}

.smallimg {
  width: 15%;
  height: 15%;
}

.taskbar {
  margin: auto;
}