body {
  background-image: url('../images/brand-bg-element.webp');
  background-size: cover;
}



.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: normal;
}

h1 {
  font-family: "Inter", sans-serif;
  color: hsla(209.72,100%,20.98%);
}

h2 {
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: normal;
  color: hsla(209.72,100%,20.98%);
}

td {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: hsla(209.72,100%,20.98%);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 5px !important;
}

.button:hover {
  background-color: #002244;
}

#venel-logo {
  width: clamp(250px, 20vw, 420px);
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 3rem .5rem;
}