@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);

*{
    padding: 0;
    margin: 0;
}

 html {
    scrollbar-width: none;  
    ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
    }
}
  
body {
    background-color: #1b1e3c;
	font-family: "JetBrains Mono";
	font-size: 14px;
	padding-right: 10px;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: start;
}

a {
	text-decoration: none;
	color: #1B5478;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
}

span {
	text-decoration: none;
	color: #9AB8C7;
	font-weight: 700;
}

blockquote {
	margin-left: 50px;
}

h3 {
	color: #006F00;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 15px;
	margin-left: 30px;
}

h4 {
    color: #595959;
    font-family: "Outfit";
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(23, 25, 50, 1), rgba(0, 0, 0, 0.05));
    border-radius: 1em;
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: calc(50% - 170px);
	margin-right: calc(50% - 180px);
}



hr {

    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(23, 25, 50, 0.75), rgba(0, 0, 0, 0));

	/* border: 3px solid #171932;
	border-radius: 3px;
	width: 95%;
	margin-left: 10px; */

}



/* border-radius: 30px;
padding: 5px 20px;
display: inline-block;
margin-left: auto; */
