@import"https://fonts.google.com/specimen/Source+Code+Pro?subset=cyrillic";*{padding:0;margin:0}button{background:none;border:none}.page{width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.content{display:flex;flex-direction:column;width:400px;align-items:center;gap:20px}.content img{width:200px;height:300px}.buttons{display:flex;gap:20px}.button{font-family:Source Code Pro;width:80px;height:30px;border:1px solid red;background-color:#f003;transition:all .1s linear}.button:hover{background-color:red}.loading{width:100%;height:16px;line-height:16px;text-align:center}
