body {
    margin: 0;
    padding: 0;
    background-image: url(Drake.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    text-align: center;
  }

h1 {
    color: aliceblue;
}

img {
    position: center;
}