@charset "utf-8";
@import url("../../webfonts/Noah_Regular/stylesheet.css");

tr td h1 {
    font-family: "Noah Regular";
    font-style: normal;
    font-weight: 400;
	animation: animate 20s ease infinite;
}
tr td h3 {
    font-family: "Noah Regular";
    font-style: normal;
    font-weight: 400;
	animation: animate 20s ease infinite;
	text-decoration: none;
}
body p {
    padding-left: 0px;
    left: 50%;
    margin-left: 50%;
}
tr td h1 {
	animation: animate 20s ease infinite;

}
body footer a {
    text-decoration: none;
    font-family: "Noah Regular";
    font-weight: 400;
    text-align: center;
    animation: animate 20s ease infinite;
    font-style: normal;
}
footer a h1 {
    font-family: "Noah Regular";
    font-variant: normal;
    font-weight: 400;
	animation: animate 20s ease infinite;
}

@keyframes animate {
  0%   {color: mediumpurple;}
  33%  {color: palevioletred;}
  36%  {color: magenta;}
  100%  {color: mediumpurple;}
	
  
}
div header h1 {
    font-family: "Noah Regular";
    font-style: normal;
    font-weight: 400;
	animation: animate 20s ease infinite;
}
header h1 a {
    text-decoration: none;
	animation: animate 20s ease infinite;
}
td a h3 {
    font-family: "Noah Regular";
    font-style: normal;
    font-weight: 400;
    animation: animate 20s ease infinite;
    text-align: right;
    text-decoration: none;
}
tr td a {
    text-decoration: none;
}
