 img{
align-items:center;

border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px;
box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
box-sizing:border-box;
color:rgb(37, 111, 234);
cursor:pointer;
display:flex;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-feature-settings:"liga", "kern";
font-kerning:normal;
font-stretch:100%;;

justify-content:center;
letter-spacing:0.3px;
line-height:0px;
padding-bottom:0px;
padding-left:3px;
padding-right:3px;
padding-top:0px;
position:relative;
text-align:center;
text-decoration-color:rgb(37, 111, 234);
text-decoration-line:none;
text-decoration-style:solid;
text-decoration-thickness:auto;
text-rendering:optimizelegibility;
text-size-adjust:100%;
transition-behavior:normal, normal;
transition-delay:0s, 0s;
transition-duration:0.28s, 0.28s;
transition-property:box-shadow, filter;
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
width:100%;
will-change:box-shadow;
-webkit-font-smoothing:antialiased;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
#tipzer {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px 2px #ccc;
  background-color: #333;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 150px;
  margin: 0 auto;
}

