body{
    background-color: wheat
    ;
}
h1 {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     background-color: rgb(208, 159, 74);
    font-size: 500%;
    font-weight: 700;
    text-align: center;
  }
  h2{
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: x-large;
    font-weight: 600;
    text-align: center;
  }
  p{
    color: black;
    font-family: sans-serif;
    font-size: x-large;
    font-weight: 700;
    text-align: center;

  }
  h3{
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-weight: 600;
    text-align: center;
  }
  
  .Eggs{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-align: center;

  }
.egg1{
    color: black;
    font-family: sans-serif;
    font-size: large;
    background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
    height: 208px;
    width: 208px;
    Display: inline-block;
}
    .egg2{
        color: black;
        font-family: sans-serif;
        font-size: large;
        background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
        height: 208px;
        width: 208px;
        Display: inline-block;
      

  }
    .egg3{
        color: black;
        font-family: sans-serif;
        font-size: large;
        background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
        height: 208px;
        width: 208px;
        Display: inline-block;
      

  }
    .egg4{
        color: black;
        font-family: sans-serif;
        font-size: large;
        background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
        height: 208px;
        width: 208px;
        Display: inline-block;
      

  }
    .egg5{
        color: black;
        font-family: sans-serif;
        font-size: large;
        background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
        height: 208px;
        width: 208px;
        Display: inline-block;
      

  }
    .egg6{
        color: black;
        font-family: sans-serif;
        font-size: large;
        background-image: url(https://media.giphy.com/avatars/world_record_egg/dZgkX36X8cdu/200h.gif);
        height: 208px;
        width: 208px;
        Display: inline-block;
      

  }
   
 .letter{
    height: 3.9em;
    width: 3.2em;
    border-radius:0.7em;
    border-color: white;
    font-size: large;
    color: black;
    background-color:rgb(208, 159, 74);
    margin: auto;

 }

 .alpha{
   display: flex;
   align-items:center ;
   justify-content: center;
 }


 .line-container{
  display:flex; 
  align-items: center ;
  justify-content: space-between;
  font-size:80px;

 }
 .playAgain{
  display: flex;
   align-items:center ;
   justify-content: center;
 }
 

 