img {
    float: left;
    width: 65px;
    height: 65px;
}

@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');

h1 {
    font-family: "Pixelify Sans";
    font-size: 50px;
    font-weight: 300;
    background-color: aquamarine;
    color: blueviolet;
    background-size: auto;
}

html {
    background-image: url(https://i.pinimg.com/originals/f2/ff/82/f2ff82037fcc5a2305be0ee82d79e893.gif);
    background-size: 100%;
}

p {
    font-family: "Pixelify Sans";
    background-color: aquamarine;
    color: blueviolet;

}

a {
    width: 88px;
    height: 31px;
}