body {
    margin: 0;
    padding: 0;
    background: #efcd83;
  }
  
  .eyes {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .eye {
    width: 240px;
    height: 120px;
    background: #fff;
    display: inline-block;
    margin: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  .ball {
    width: 80px;
    height: 80px;
    background: rgb(21, 131, 54);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .pupil{
    width: 20px;
    height: 20px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

  }
  .footer{
    align-items: center;
    padding: 2rem;
    border-radius: 10%;
    border-color:black;
    font-size: 3rem;
    color: #fff;

  }
  .buuton{
    cursor: pointer;
    color:#fff
  }
  a:link{
    color:#fff;
  }