a button called hi that when clicked it opens YouTube, a button called sign in when clicked it takes the user to a sign in form, a blue background, a text at the button that says please agree to the terms and conditions.
button.addEventListener('click', function () { console.log('hi') })