print('Possible answers: link - change other link\n'
'py - start pycharm and open explorer\n'
'web - start sublime text and open study video')
message = (
'Possible answers: link - change other link\n'
'py - start pycharm and open explorer\n'
'web - start sublime text and open study video'
)
print(message)
.container {
width: 100%; // Ширина контейнера 100%
max-width: 1320px; // Ширина контента 1300
padding-left: 10px; // Отступ слева
padding-right: 10px; // Отступ справа
margin: 0 auto; // Расположение контейнера посередине
}