@import url(https://fonts.bunny.net/css?family=sen:500,800);

html, body {
 margin: 0;
 padding: 0;
 
}
body {
  background: #1d22c2;
  background: linear-gradient(180deg,rgba(29, 34, 194, 1) 0%, rgba(106, 87, 199, 1) 82%, rgba(24, 37, 105, 1) 100%);
  height: 100vh;
  width: 100vw;
  color: white;
  font-family: 'Sen', sans-serif;
}

.container {
 max-width: 100%;
 padding: 3rem;
}

.bg-effects {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.flex {
 display: flex;
 flex-direction: row;
 
}

.col {
 max-width: 30rem; 
}