*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#gif{
    margin-top: 600px;
    position: absolute;
}

img{
    width: 400px;
}