.bullets {
    display: flex;
  	justify-content: center; /* Centers horizontally */
  	align-items: center; /* Centers vertically */
}

.main {
    min-height: 100vh;
}

.header{
    background-image: linear-gradient(to right, rgba(17, 24, 39, 1) 0px, rgba(0, 0, 0, 1) 50%, rgba(17, 24, 39, 1) 100%) 1;
    border-bottom: 2px solid transparent;
  	border-image: linear-gradient(to right, rgba(255, 185, 0, 0) 0%, rgba(255, 185, 0, 1) 50%, rgba(255, 185, 0, 0) 100%) 1;
}