body {
   margin: 0;
   padding: 0;
   font-family: 'Courier New', Courier, monospace;
   font-size: 28px;
}

.wrapper {
   width: 100vw;
   height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.gif {
   width: 18vw;
}