@charset "utf-8";
@import url("webfonts/love_social_media/stylesheet.css");
@import url("webfonts/Noah_Regular/stylesheet.css");


















body {
    background-repeat: no-repeat;
    animation: pulse 20s ease infinite;
    color: #F3B5DD;
}
body h2 {
    font-family: amatic-sc;
    animation: animate 30s ease infinite;
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    text-align: center;
    color: #BCE8DE;
}

@keyframes pulse {
 
  0%   {background-color:#BCE8DE;}
  25%  {background-color:white}
  50%  {background-color:#F3B5DD}
  75%  {background-color:paleturquoise}
  100% {background-color:#DFABF3}
}
@keyframes animate {
  0%   {color: mediumpurple;}
  25%  {color: palevioletred;}
  50%  {color: magenta;}
  75%  {color: mediumpurple;}
  100% {color: palevioletred;}
}
tr td h1 {
    font-family: "Noah Regular";
    color: #FFFDFD;
    animation: animatee 30s ease infinite;
    font-size: 35px;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    text-decoration: none
}
body h1 {
    font-family: "Noah Regular";
    color: #FBF9F9;
    font-size: x-large;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 3%;
    text-decoration: none;
    font-weight: 400;
}

@keyframes animatee {
  0%   {color: purple;}
  25%  {color: gray;}
  50%  {color: rebeccapurple;}
  75%  {color: grey;}
  100% {color: cornflowerblue;}
}
.footer {
    margin-left: 2%;
    margin-right: 2%;
    clear: both;
    float: right;
    position: static;
    font-style: normal;
    font-weight: 400;
}
.footer h1 a {
    font-family: "Noah Regular";
    font-style: normal;
    font-weight: 400;
    color: #FBF5F6;
    vertical-align: baseline;
    position: fixed;
}
tr td p {
    color: #FEF7F7;
    text-shadow: 0 0 #F060BE;
    text-align: justify;
    animation: animatee 30s ease infinite;
    font-size: 20px;
    line-height: 1.15;
    font-family: "Noah Regular";
    font-weight: 400;
}
tr td a {
    text-align: center;
    animation: animatee 30s ease infinite;
    font-family: "Noah Regular";
	text-decoration: none
}
tr td h3 {
    font-family: "love social media";
    font-size: 50px;
}
div a h4 {
    font-family: "Noah Regular";
    animation: animatee 30s ease infinite;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
tr td h5 {
    font-family: "Noah Regular";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: center;
}
