*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    background-position: center;
    background-size: cover;
    font-family: 'Poppins';
    position: relative;
}

img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}