body {
    background: linear-gradient(90deg,rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}

.header {
    text-align: end;
}

.jokeDiv {
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

.footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    height: 60px;
    width: 98%;
}

.btn {
    border: 0;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

.btn img {
  width: 30px;
  padding-left: 10px;
  padding-right: 20px;
  opacity: 0.7;
}

@media(hover: hover) and (pointer: fine) {
    .btn:hover img {
      opacity: 1;
      cursor: pointer; 
    }
}

.notSelectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#myJoke {
    color: white;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: clamp(2rem, 5vw, 5rem);
}
