html,
body{width:100%;margin:0;padding:0;height:100%;background-color:#DDDDFF;}
#headerImage{background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/index.jpg);background-repeat:no-repeat;border:0;padding:0;background-size:cover;}
#titletext{display:block; position: relative; color:white;text-align:center;font-size:48px;font-family:"Tahoma", Arial, sans-serif;margin-top:50px; animation: textanimation 2s;}
#titletextscript{display:block; position: relative; color:#EEE;text-align:center;font-family:Dancing Script;font-size:36px;font-style:normal;font-variant:normal;font-weight:500;margin-top:60px; animation: textanimation 2s;}
#ovalbutton{margin-top:75px;margin-bottom:60px;display:block;background-color:#DDD;color:#666;border:4px #a070ff solid;text-align:center;font-family:"Tahoma", Arial, sans-serif;font-size:40px;padding-top:4px;border-radius:110px/32px;text-decoration:none;width:220px;height:60px;box-shadow:0px 0px 8px #a070ff;margin-left:auto;margin-right:auto;}
#ovalbutton:hover{background-color:#FFF;box-shadow:0px 0px 28px #a070ff;}
#abouthead{display:block;color:#444;text-align:center;font-size:40px;font-family:"Tahoma", Arial, sans-serif;margin-top:20px;}
#aboutsubhead{display:block;color:#444;text-align:center;font-family:Dancing Script;font-size:32px;font-style:normal;font-variant:normal;font-weight:500;margin-top:10px;margin-bottom:10px;}
#aboutimg{width:100%;max-width:480px;border-radius:20px;box-shadow:4px 4px 10px black;margin-left:auto;margin-right:auto;}
#abouttxt{display:block;color:#444;text-align:center;font-size:18px;font-family:"Tahoma", Arial, sans-serif;margin-top:15px;}
#abouttxt a{color:#222;text-shadow:0px 0px 0px #222222;}
#abouttxt a:hover{color:#222;text-shadow:0px 0px 2px #222222;}
#abouteaimg{display:block;Width:140px;Height:auto;margin-left:auto;margin-right:auto;margin-top:20px;}
#abouteatxt{display:block;color:#444;text-align:center;font-family:Dancing Script;font-size:32px;font-style:normal;font-variant:normal;font-weight:500;margin-top:10px;margin-bottom:20px;}
@keyframes textanimation {
    from { text-shadow: 0 0 100px white; color: transparent; top: -30px;}
	to   { text-shadow: 0; color: white;top: 0px;}
}