* {
    box-sizing:border-box;
}

img {
    max-width:100%;
}

body {
    background:rgb(255, 255, 255);
    margin:0;
    transition: background .3s;
}


.container {
width:100%;
height:100vh;
display:flex;
align-items:center;
justify-content:space-evenly;
}



.hay {
    width:300px;
    position:fixed;
    right:10px;
    bottom:10px;  
}

.needle {
    width:30px;
    position:fixed;
    right:100px;
    bottom:100px;  
}



