html {
	background-color: #000000;
}

div {
	color: #FFFFFF;
    transform: rotate(90deg);
    font-size: 400px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}