body {
    background-color: rgb(0, 0, 40);
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
	height: 100vh;
    color: rgb(154, 173, 255);
    font-family: "Lucida Console", monospace;
}

.logo .icon {
    font-weight: bolder;
    font-size: 4em;
}
.logo .icon_sub {
    font-weight: bold;
    font-size: 1em;
	text-align: center;
}