.lockNotification { background-color: #ccc; color: black; padding: 10px; margin: 25px 100px; text-align: center; line-height: 1.5em; button { background-color: #333; color: white; margin: 10px; &:hover { background-color: #777; } } h1, h3 { font-family: 'Open Sans', sans-serif; font-weight: 800; } h1 { font-size: 24px; } h3 { font-size: 18px; } }