* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

 body {
    width: 100%;
    height: 100dvh;
 }
.faceloop {
    background-image: url(/resources/itfollowedme.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 64px;
    background-color: black;
}