* {
    margin: 0;
    padding: 6;
    list-style: none;
    font-style: normal;
}
html,body {
    width: 100%;
    height: 100%;
}
.wrapper .content {
    width: 100%;
    height: 100%;
    background-color: #07122e;
    text-align: center;
    border-radius: 0px;
    padding: 5px 10px;
    box-sizing: border-box;
}
span {
    margin: 10px 0;
    display: inline-block;
    font-size: 22px;
}

li {
    color: rgb(217, 217, 217);
	user-select: none;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
em {
	font-size: 18px;
}
	