/*@font-face {
  font-family: Great Wishes;
  src: url("https://freemanmedia.co.uk/Great%20Wishes.otf");
}*/

.logo img {
  max-width: 130px;
  justify-content: center;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.thanks img {
  max-width: 125px;
  justify-content: center;
}

.thanks {
  justify-content: center;
  display: flex;
}

p {
  text-align: center;
  font-size: small;
  color: white;
  font-family: "Poppins", sans-serif;
}

button {
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  width: 90%;
  margin-bottom: 5px;
  border-color: white;
  background-color: transparent;
  border-width: thin;
  border-style: solid;
  transition: 0.3s;
  outline: none;
}

button text {
  color: white;
}

.content {
  display: flex;
  justify-content: center;
}

button:hover {
  background-color: rgb(255, 255, 255);
  transition: 0.3s;
  color: #1e6a68;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button:hover p {
  color: #1e6a68;
}

html {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: #1e6a68;
  background-repeat: repeat-x;
  background-attachment: fixed;
  /*background: rgb(187, 97, 255);
  background: linear-gradient(
    0deg,
    rgba(187, 97, 255, 1) 0%,
    rgba(98, 251, 255, 1) 100%
  );*/
}

body {
  margin: auto;
}
