@import "/styles/fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap');

body {
    background-image: url(/images/music.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: grid;
    justify-content: center;
    align-items: center;
} 

.main {
  color: black;
  background-color: #FFFFFF;
  width: 80vw;
  max-width: 800px;
  height: auto;
  margin: 5px 100px;
  padding: 10px 10px;
  border-style: ridge groove groove ridge;
  border-width: 10px;
  border-color: #bd538d;
  border-radius: 2px;
}

p {
  font-family: Merienda;
  text-align: left;
  font-size: 17px;
  padding: 2px 10px;
  margin: 2px 2px 2px 2px;
}


h1 {
  font-family: Fascinate;
/*color: #F6C146;*/
  color: #ffb963;
  text-align: center;
  font-size: 40px;
  margin: auto auto;
  padding: 2px 10px;
}

h2 {
  font-family: Fascinate;
/*color: #F6C146;*/
  color: #239831;
  text-align: center;
  font-size: 30px;
  margin: 2px 2px 10px 2px;
  padding: 2px 10px;
}

h3 {
  font-family: Merienda;
  color: #239831;
  padding: 2px 10px;
}

h4 {
  font-family: Akaya Kanadaka;
  color: #239831;
  text-align: center;
  margin: 2px 2px 10px 2px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a:link, a:visited {
  font-size: 250%;
  font-family: Akaya Kanadaka;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #ffb963;
  padding: 0 8px;
  margin: 2px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}

a:hover, a:active {
  background-color: #bd538d;
}

@media only screen and (max-width: 700px) {
  a:link, a:visited {
    font-size: 5vw;
  }
/*  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 4vw;
  }
  h3 {
    font-size: 4vw;
  }
  h4 {
    font-size: 2.3vw;
  }
  h5 {
    font-size: 1vw;
  }
  p {
    font-size: 2.4vw;
  }
*/
  
}

img {
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: 0;
  height: 400px;
}

li {
  font-size: 17px;
  font-family: Merienda;
  padding: 2px 10px;
}

.flex {
  display: flex;
}

.block {
  display: block;
}
