.Tutorial {
    display:flex;
    width:100%;
    height:100%;
    justify-content: center;
}

.Tutorial img {
    height:700px;
    width:700px;
}

body {
    background-color:rgb(32, 32, 32);
}