body {
    background-color: black;
    color: #ccc;
    font-family: 'VT323', monospace;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.early{
h1	{
	font-size: 30px;
		font-weight: 1;
	}
	margin-bottom: 25px;
}
.late {
    text-align: center;
    margin: 10px 0;
}

.boot-manager {
    text-align: left;
    border: 2px solid #ccc;
    padding: 10px;
    width: 800px;
    height: 400px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

ul li {
    padding: 1px;
    margin: 5px 0;
    background-color: black;
    color: #ccc;
    position: relative;
	padding-left: 10px;
}

ul li.active::before {
    content: '*';
    position: absolute;
    left: 1px;
    color: black;
}

ul li.active {
    background-color: #ccc;
	color: black;
	width: 787px;
}

.late p {
    font-size: 20px;
    color: #ccc;
	text-align: left;
	width: 825px;
	height: 1px;
}
