        
		
		@charset "utf-8";
		
		@import url("fonts.css?family=Montserrat:ital,wght@1,700,900&display=swap");
		
		html, body {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            background-color: #121212;
            display: flex;
            justify-content: center;
            align-items: center;
        }
		
		a {
		text-decoration: none;
		}
		
		.logo {
		font-size: 60px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 900;
		font-style: italic;
		color: #084e9f;
		letter-spacing: 0.3px;
		white-space: nowrap;
		}
		
		span {
		font-size: 76px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: italic;
		color: #ebe7d9;
		letter-spacing: 0px;
		position: relative;
		top: 3px;
		left: -2px;
		margin-left: 0px;
		margin-right: 0px;
		white-space: nowrap;
		}
		
		@media (max-width: 767px) {
		.logo {
			font-size: 28px;
		  }
		span {
			font-size: 38px;
		  }
		}