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

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
main {
    max-inline-size: 75rem;
    margin-inline: auto;
    padding-inline: 1.2rem;
}
footer{
    background-color: #10182f;
    width: 100%;
}

.footer-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px;
    gap: 2rem;
    flex-wrap: wrap;
}
p.footer-links {
    color:#bfbfbf;
    padding: 1.5rem 0 0 0;
    text-align: center;
}

p.footer-links a{
    color:#0ff;
}

.footer-row .footer-col h4{
    color: #fff;
    font-size: 1.2rem;
    
}

.footer-row .footer-col p{
    color: #bfbfbf;
    font-size: 1.2rem;
    
}
