/*Back top*/
.back-to-top-link.visible {
  position: fixed;
  bottom: 20px;
  right: 30px;
}
body {
    font-family: 'Verdana', sans-serif;
}

.btn-secondary {
	background: linear-gradient(135deg, rgba(14,201,235,1) 0%, rgba(0,140,222,1) 100%);
	border: 1;
	color: var(--white);
}