﻿* {
    padding: 0;
    margin: 0;
    direction: rtl;
}

.all {
    width: 100%;
    height: 200vh;
    background: black;
}
.topbar {
    width: 100%;
    height: 120px;
    background: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.imggg{
    transition:0.5s linear;
}
.imggg:hover {
    transform: scale(2.5);
    overflow: visible;
    
}