html {
  text-align: center;
  background-image: url("https://res.cloudinary.com/doxqwwjdh/image/upload/q_auto/f_avif/v1775629180/bg_a7g8yq.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #34623f;
  scrollbar-width: thin;
  scrollbar-color: #34623f #18e447;
}

* {
    cursor: url('https://cdn.cursors-4u.net/previews/wii-pointer-1-tilt-normal-7f3b1ab2-32.webp') 40 34, auto !important;
}

body {
  background-image: linear-gradient(to bottom, #4cb54e, #4cb57d, #4cb58d);
  margin: 5vw;
  padding: 3vw;
}

p {
  font-family: "Akshar", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #e1ffdb;
}

a:link {
  color: #bffff0;
}

a:visited {
  color: #9effe8;
}

a:hover {
  color: #e0fff8;
}

button {
  background-color: #768948;
  padding: 1em;
  width: 10em;
  height: 3em;
  font-size: 1rem;
  text-align: center;
  color: #e1ffdb;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-color: #607744;
  border-radius: 5px;
  min-width: 75px;
  min-height: 20px;
}

li {
  font-family: "Akshar", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #e1ffdb;

}

h1 {
  font-family: "Amaranth", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #e1ffdb;
}

h2 {
  font-family: "Amaranth", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #e1ffdb;
}

h3 {
  font-family: "Amaranth", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #e1ffdb;
}

.title {
  font-size: 3.5rem;
  font-family: "Amaranth", sans-serif;
  color: #e1ffdb;
}

.contactbutton {
  background-color: #768948;
  padding: 1em;
  width: 10em;
  height: 4em;
  font-size: 1rem;
  text-align: center;
  color: #e1ffdb;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-color: #607744;
  border-radius: 5px;
  min-width: 75px;
  min-height: 40px;
}

.heading {
  font-family: "Amaranth", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #e1ffdb;
}

.navbutton {
  background-color: #34623f;
  padding: 1.5em;
  width: 12em;
  height: 5em;
  text-align: center;
  color: #e1ffdb;
  font-family:
    "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 1rem;
  border-color: #607744;
  border-radius: 10%;
  min-width: 75px;
  min-height: 20px;
}

.osuvideo {
  height: 288;
  width: 512;
}

.projectinfo {
    margin: 2vw;
    background-color: #34623f;
}


.code {
    word-wrap: break-word;
    font-size: 1rem;
    font-family: monospace;
}


