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

.outside-link {
    position: absolute;
    bottom: 20px;
    right: 70px;
    color: rgb(253, 184, 246);
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    

}

.first-image {
    position: absolute;
    left: -40px;
    top: 60px;
}

.kebab-image {
    position:absolute;
    left: 0px;
    z-index: -1;
    width: 50%;
    top: 0px;
}

.backround {
    position: absolute;
    z-index: -1;
    width: 200vw;
    left: -20vw;
    height: 170vh;
    top:0vh;
}

.window {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: -2;
}

.barriecito-regular {
    font-family: "Barriecito", system-ui;
    font-weight: 400;
    font-style: normal;
  }

.black {
    position: absolute;
    top: 0px;
    width: 150vw;
    left: -20vw;
    top: 0vh;
    z-index: -3;
}