body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #313352;
    overflow: hidden;
}
.background {
    background-image: url("../img/background1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: white;
}
.contenido{
    margin-top: 10%;
    transform: scale(3);
    transform-origin: bottom;
    image-rendering: pixelated;
    border: 20px solid transparent;
    border-image: url('../img/whitelace.png') 40 round;

}

#perrito {
    width: 100%;
}

#cabeza {
    position: absolute;
    bottom: 100px;
    left: 30px;
    width: 50%;
    height: 20%;
    cursor: grab;
}

#nariz {
    position: absolute;
    top: 48%;
    left: 42%;
    width: 10%;
    height: 10%;
    cursor: pointer;
}

