body
{
    background-image: -webkit-radial-gradient(yellow, orange);
    text-align: center;
}
.Intro
{
    margin-top: 20%;
}
.content2
{
    height: 200;
    width: 900;
    text-align: left;
    float:left;
    padding-left: 10;
    padding-bottom: 30;
    background-color: rgb(241, 229, 8);    

    animation-fill-mode: forwards;
    animation-direction: reverse;

}
.content1
{
    height:200;
    width:900;
    text-align:left;
    position: relative;;
    float: right;
    padding-right: 10;
    padding-bottom: 30;
    background-color: rgb(241, 229, 8);
    animation-fill-mode: forwards;
    animation-direction: reverse;
}

h1
{
    font-size: 75px;
    color: rgb(250, 1, 138);
    font-family:-Footlight MT Light;
}
h2
{
    font-size: 50px;
    color:rgb(250, 1, 138);
    font-family: Palatino Linotype;
    text-decoration: underline;
}
a{
    text-decoration: none;
    font-size: large;
    
}
p
{
    font-size:large;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
