.container {
  padding: 40px;
  padding-top: 30px;
  /*background: white;*/
  background: linear-gradient(-1790deg, #D79B52, #F29F77,  #AB8BB8, #627D8C);
  background-size: 400% 400%;
  text-align:left;
  margin:0 auto;
  font-family: -apple-system, ".SFNSText-Regular", "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 4.25em;
  transition: all 0.3s ease-in-out;

  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

h1 {
  text-align: left;
  font-size: 5vw;
  /*    text-shadow: 0px 2px #FF91AF;*/
  font-family: -apple-system, ".SFNSText-Regular", "Roboto", sans-serif;
  font-weight: 300;
  color: black;
}

h2 {
  text-align: left;
  font-size: 3vw;
  /*    text-shadow: 0px 2px #FF91AF;*/
  font-family: -apple-system, ".SFNSText-Regular", "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25em;
  color: black;
}

h3 {
  font-size: 3vw;
  text-shadow: 1px 1px #FF91AF;
  font-family: -apple-system, ".SFNSText-Regular", "Roboto", sans-serif;
  font-weight: 300;
  color: white;
}

p {
  font-size: 3vw;
  font-family: -apple-system, ".SFNSText-Regular", "Roboto", sans-serif;
  font-weight: 300;
}

a {
  text-shadow: 0px 2px #1E90FF;
  /* rgba(255,192,203, 1) */
  color: #f2c6c5;
}

a.album {
  text-shadow: 0px 2px rgba(255,192,203, 1);
  color: #1E90FF;
}

::selection {
  background: rgba(255,192,203, 0.25);
  color: rgba(255,192,203, 1);
}
a:hover{
  color:white;
  text-shadow: 0px 2px #1E90FF;
}

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

img.round {
  border-radius: 50%;
  width: 100pt;
  height: 100pt;
}

div {
  overflow: hidden;
}

img.blur {
  margin:10 20 20 auto;
  border-radius: 0%;
  width:120;
  height:120px;
  -webkit-filter: blur(10px);
  filter: blur(20px);
}

table {
  cellspacing:0;
  cellpadding: 0;
  border:16;
  summary:"";
  width:99%;
  padding: 6px 3px 6px 3px;
  /*	border-top: 3px solid #000000 ;*/
}

tr {
  font-size:3vw;
  /* border-bottom: 1px solid #000000; */
}

td {
  font-size:1 em;
  padding: 1px 0 1px 16px;
  vertical-align: top;
}

td.album {
  color: #1E90FF;
}
