*{
margin: 0;
}
body{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 0, 170)
}
img{
    height: 200px;
    width: 300px;
    margin-top: 20px;
    margin-right: 1000px;
}