@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  font-weight: 400;
    background: linear-gradient(to right, #e0f7fa, #e0f2f1);
}

.navbar-brand {
  font-family: "DynaPuff", sans-serif;
}
.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  text-align: center;
}

.card-header h4 {
  margin: 0;
}