@import url('navbar.css');
@import url('index.css');
@import url('footer.css');
@import url('under-construction.css');

*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

body {

  background: radial-gradient(
  circle at top,
  #2c7df0 2%,
  #0e2d51 45%,
  #061629 100%
  );

}

html, body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

.section {
  margin-top: 10vh;
  margin-right: 3rem;
  margin-left: 3rem;
}