Hi guys! I have a problem with CSS.
https://pastebin.com/qFTrV9ap
When I run this code, on the screen there is an unwelcome scrolbar:
https://imgur.com/a/UfWxZvQ
Can you tell me why?
Read next

Design To Quality Code within 30 minutes — Our New Way
pxCode -

Responsive pages and color themes with minimal CSS
Victoria Drake -

Neumorphism Login Form UI Design using HTML & CSS
backlinkn -
Announcing a Free Curriculum: Web Development for Beginners
Jen Looper -
Discussion
maybe you can set
In this way?
display: inline-block;
margin-left: 20%;
margin-right: 10%;
height: auto;
width: 50%;
position: relative;
top: 100px;
overflow-y: auto;
yup, is that works?
it's better if you can set preview in codepen than pastebin
codepen doesn't take images. However, adding that you told me doesn't work.
Please review the sidebar and restructure your question. The #help tag will be removed in 24 hours if not done.
My problem is solved.