.logo img {
  max-width: 90px;
  justify-content: center;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

p {
  text-align: center;
  font-size: medium;
  color: white;
  font-family: "Quicksand", sans-serif;
}

section {
  text-align: center;
  font-size: medium;
  color: white;
  font-family: "Quicksand", sans-serif;
}

section:hover {
  color: #ff7800;
}

button {
  text-decoration: none;
  padding: 0px 5px 0px 5px;
  width: 90%;
  margin-bottom: 10px;
  /*border-radius: 10px;*/
  border-color: white;
  background-color: transparent;
  font-size: small;
  border-width: thin;
  border-style: solid;
  transition: 0.3s;
  /*margin-inline: 40px;*/
  outline: none;
  cursor: pointer;
  box-shadow: 0 12px 10px -6px black;
}

button text {
  color: white;
  font-size: medium;
}

.content {
  display: flex;
  justify-content: center;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.418);
  transition: 0.3s;
}

button:focus {
  outline: none;
}

button:hover p {
  color: #ff7800;
}

html {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: #6b6b6b;*/
  /*background-image: url(https://freemanmedia.co.uk/paul/background.jpg);*/
}

body {
  margin: auto;
}

/*.qr {
  text-align: center;
}

.qr img {
  width: 10%;
}
*/


/* ---- reset ---- */ body{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; } canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: #000000; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; } #particles-js {z-index: -1;}