*

p1 {color: white; font-size: 25px}
h1 {color: white; font-size: 100px; text-align: center;}

  li a:hover {
    background-color: pink;
  }

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 40;
    background-color: black;
  }


ul {
    list-style-type: none;
    overflow: hidden;
  }
  
  
  li {
    float: left;}
  
  {
    margin: 0;
    padding: 0;
}

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

  li a {
    display: inline-block;
    list-style-type: none;
    color: white;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
  }
  
body {
    background-color: rgb(0, 127, 127);
    padding: 20px;
  }
{
    margin: 0;
    padding: 0;
}

html, body, .Container
{
    height: 100%;
}

    .Container:before
    {
        content: '';
        height: 100%;
        float: left;
    }

.Content
{
    position: relative;
    z-index: 1;
}
    .Content:after
    {
        content: '';
        clear: both;
        display: block;
    }

.Wrapper
{
    position: relative;
    width: 100%;
    height: 100%;
}
    .Wrapper > div
    {
        height: 100%;
    }

.LeftContent
{

    overflow: hidden;
}
.LeftContent:hover
{
    overflow: hidden;
}
.RightContent
{

    float: right;
    margin-left: 10px;
}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .center1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }