body{
    display: block;
    width: 80%;
    margin: auto;
}

img{
    max-width: 80%;
}

.desktop-view{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 100px;
}

.mobile-view{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform: 0% -50%;
}