


.box {
   display:flex;
border: 20px white ridge; 
width: 720px;
height: 650px;
margin-left: 100px;
margin-right: 600px; }


.box2 {
    width: 405px;
    display: flex;
    align-items:center;
    justify-content: space-evenly;
    height: 100%;





}

[src=''] {
    visibility: hidden;
}


.box3 {
    display: flex;
    flex-direction: column;
    width: 43% ;
 align-items: center;
    height: 100%;
    justify-content: space-evenly;
   
}


  .box3 h1 {
    display: block;
  }





body {
    cursor: url(pointer.png), auto;
   
    color: white;


}


a {
    cursor: url(openhand2.png),auto;
}

button:hover {
    cursor: url(openhand2.png),auto;
    color: red;
}

button:active {
    color:blue;
  
}



button {
    width:300px;
    height:50px;
    background-color: black;
      color:white;
      font-size: 35;
      border: none;
      font-family:'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;




}

@font-face {
    font-family: handpixel;
    src: url(rdjhandpixel.otf);
}
  

img#baby {
    display:block;
    position: fixed;
    left: 655px;
    top: 125px;

}


img#image {
    max-width: 800px;
}