body {
    background-color: rgb(32, 245, 4);
    position: fixed;
    margin-top: 500px;
    margin-left: 45%;
    font-size: x-large;
    text-align: center;
   }

   .butcher {
    background-color: rgb(32, 245, 4);
    font-size: large;
    position: fixed;
    bottom: 25px;
    left: 45%;
}
