

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

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

.flower{

position: fixed;
right: 50px;

height: 800px;

}

.flower2{

    position: fixed;
    left: 50px;
    transform: scaleX(-1);
    height: 800px;
    
    }

.firstimage{

position: absolute;
right: 20px;
height: 800px;
}

.firstimage2{

    position: absolute;
    left: 20px;
    height: 800px;
    transform: scaleX(-1);

    
    }

.window{

right: 50px;
height: 200px;
top: 20px;

}

.text{

font-size: 48pt;
color:hotpink;  
left: 100px;
position: absolute;
}

.test {
    cursor:url("https://media.istockphoto.com/id/955699584/photo/woman-hand-showing-the-one-fingers-counting-hand-sign-isolated.jpg?s=612x612&w=0&k=20&c=NolGvXRg4hFg0orUAn8E-JFjUkmyefdIz_aG6R7JTow="), url("https://incredible-dodol-921a1d.netlify.app/foo.cur"), auto;
}

.flower3{

    position: fixed;
    right: 300px;
    height: 200px;
    
    }