@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist&display=swap');

header h1{
  margin: 0 auto;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 50%;
  transition: background-size 300ms ease;
  border-radius: 10px;
  padding-bottom: 0px;
  font-size: 40px;
}

.container {
  max-width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}

header h1:hover{
    margin: 0 auto;
    background-image: linear-gradient(90deg, #0700de, #ac00cf);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    max-width: 50%;
    border-radius: 10px;
    padding-bottom: 0px;
}

body {
  background-color: gold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Staatliches', cursive;
  text-align: center;
  padding-top: 10px;
}

p {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  text-align: center;
}

li {
  padding-left: 0px;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  transition: background-size 300ms ease !important;
  max-width: 70%;
  padding-bottom: 10px;
  transition: font-size 300ms ease-out;

}

li:hover {
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 auto;
  padding-left: 0;
  transition: font-size 300ms ease !important;
  font-size: 19px;
  font-weight: bold;
  transition: background-size 300ms ease !important;
}

header {
  margin: 0 auto;
  text-align: center;
}

img {
  border-radius: 1em;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:link {
  color: #ac00cf;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 65%;
  transition: background-size 300ms ease;
}

a:hover {
  margin: 0 auto;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 65%;
}

a:visited {
  color: #8400a8;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.introduction {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  background-color: #ffdd24;
  border-radius: 10px;
}

.ty2 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  background-color: #ffdd24;
  border-radius: 10px;
}

.ty1 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  background-color: #ffdd24;
  border-radius: 10px;
}

.lyrics {
  font-style: italic;
  padding-bottom: 10px;
}

.rw {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  background-color: #ffdd24;
  border-radius: 10px;
}

.tw {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  background-color: #ffdd24;
  border-radius: 10px;
}

.ty2 {
  font-size: 30px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 70%;
  transition: background-size 300ms ease;
  padding-bottom: 0;
}

.ty2:hover {
  margin: 0 auto;
  background-image: linear-gradient(90deg, #0700de, #ac00cf);
  background-size: 100% .1em;
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 70%;
  padding-bottom: 0;
}
