97% как исправить на 100%?

      html {
padding: 0;

}

body {
margin: 0;
padding: 20px;
}

.scene {
position: relative;
width: 260px;
height: 260px;
background: none;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

div {
display: inline-block;
background: white;
}

/* горизонтальные элементы */
.h {
position: absolute;
bottom: 80px;
left: 80px;
width: 50px;
height: 10px;
}
.h2 {
position: absolute;
bottom: 40px;
left: 200px;
width: 40px;
}

.h3 {
position: absolute;
bottom: 60px;
left: 20px;
width: 40px;
}

/* вертикальные элементы */
.v {
position: absolute;
left: 20px;
bottom: 40px;
width: 10px;
height: 50px;
}
.v2 {
position: absolute;
left: 60px;
}
.v3 {
position: absolute;
left: 100px;
}
.v4 {
position: absolute;
left: 140px;

}    

.v5 {
position: absolute;
left: 180px;
}
.v6 {
position: absolute;
left: 200px;

}     

/* уголки */
.corner-top {
border: 15px solid white;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: transparent;
background: none;
position: absolute;
left: 150px;
bottom: 70px;
width: 2px;
height: 0px;
}

.corner-bottom {
border: 15px solid transparent;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: white;
background: none;
position: absolute;
right: 80px;
bottom: 50px;
}

/* лого */
.logo {
position: relative;
left: 88px;
top: 80px;
width: 64px;
height: 64px;
background: url(’/assets/course10/logo.png’);
}

Загляните во вкладку “Различия” сами или прикрепите скрин с различиями сюда.