html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    
    background-color: #000000;
    color: #af1e3e;
    text-align: center;
}
ul {
    border: 2px solid #af1e3e;
    border-radius: 10px;
}
li { font-size: 25vw; }
p {
    font-size: 130%;
    font-size-adjust: auto;
}
.container-fluid{
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    height: inherit;
}