.img1{
    float:right;
}
.c1{
    text-align: center;
    color: white;
    font-size: 80px;
    font-family:Georgia, Times, 'Times New Roman', serif;
}
.c2{
    text-align: center;
    color: white;
    font-size: 50px;
    font-family:Georgia, Times, 'Times New Roman', serif;
}
.c3{
    text-align: center;
    color: orange;
    font-size:25px;
    font-family:Georgia, Times, 'Times New Roman', serif;
}
.button{
  cursor: pointer;
    color: white;
    text-align: center;
    font-size: 30px;
}

footer {
    background-color: rgb(7, 7, 58);
    height: auto;
  }
  .footer {
    display: flex;
    justify-content: space-evenly;
  }
  footer ul {
    list-style: none;
  }
  footer ul a {
    text-decoration: none;
    color: orange;
  }
  footer ul a:hover {
    color: rgb(33, 241, 214);
    font-size: 17px;
  }
  footer h4{
    color: white;
    font-size: 20px;
  }
  footer .name{
    font-size: 40px;
    color: orange;
  }
  footer .name2{
    font-size: 25px;
    color: white;
  }
  footer .footer-rights{
    text-align: center;
    color: grey;
    padding: 12px 0;
  }
  #element{
    text-align: center;
    color: orange;
    position: relative;
  }
  h1{
    color: white;
    font-size: 40px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }