a {
    font-size: 30px;
    font-family: cursive;
    margin: 50px;
}
a:hover {
    color: orchid;
}

.outside-link {
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
    z-index: 99;
}

.first-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.tree{
    position: absolute;
    width: 500px;
    top: 150px;
    right: 150px;
    z-index: 9;
    margin:0;
    padding:0;
}

.tree:hover {
    transform: scale(1.5);
  }

  .tree:hover .tree-text {
    transform: scale(0.666);
  }

  .tree-image{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
  }

  .tree-text{
    position:absolute;
    top:30%;
    width: 100%;
    text-align: center;
  }

  .pink-door{
    position: absolute;
    width: 175px;
    top: 400px;
    right: 755px;
  }

  .pink-door @keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }

  .pink-door:hover{
    cursor: not-allowed;
  }


  .branches{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.birds{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.one-bird{
    position: absolute;
    width: 250px;
    top: 400px;
    right: 755px;
    z-index: 9;
}

.one-bird:hover{
    transform: scale(1.5);
    z-index: 9;
}

.nest{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.worm{
    position: absolute;
    rotate: -30deg;
    width: 400px;
    top: -10px;
    right: 205px;
    z-index: 9;
}

.worm:hover{
    transform: scale(1.2);
    z-index: 9;
}

.leaf{
    position: absolute;
    rotate: -30deg;
    width: 400px;
    top: 320px;
    right: 905px;
    z-index: 999;
}

.leaf:hover{
    transform: scale(1.2);
    z-index: 999;
}