body {
    background-color: rgb(92, 92, 92);
}

.intro-img-contain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;

}

.intro-img-contain .intro-img {
    

}