article img.Gdpr {
  float: right;
  max-width: 816px;
  width: 36%;
  border-radius: 2rem;
}

/* Forms */
input, select, textarea, button {
  font-size: 1em;
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

input[type="submit"], button {
  background: #6FA4F8;
  color: #fffafa;
  padding: .4rem 1rem;
  margin: 0 .6rem;
  border: 0;
  border-radius: 10px;
}

input[type="submit"]:hover, button:hover {
  background: #2976f8;
  color: #EEEEEE;
  cursor: pointer;
}

.TextRight {
  text-align: right;
}


