body {
  background-image:none;
  cursor: url(https://cur.cursors-4u.net/food/foo-6/foo507.ani), url(https://cur.cursors-4u.net/food/foo-6/foo507.png), auto !important;
  overflow-x: hidden;
  overflow-y: scroll;
    background-color: #000000;
    color: #ffffff;
    font-family: "Mozilla Headline";
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    

.texty {
    position: relative;
    margin: auto;
    height: auto;
    width: 480px;
    border: solid 10px transparent;
text-align: justify;

}

     .texty img {
        float: left;
        margin-right: 15px;
        margin-top: 10px;
    }

     .texty text {
        float: right;
        margin-left: 15px;
        margin-top: 10px;
    }

    .texty a {
        color: rgb(255, 169, 213);
    }