body
{
    font-size: large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1 
{
    position: relative;
    /*left: 30px;
    top: 30px;*/
    color: dodgerblue;
    text-shadow: 2px 2px 4px #000;
}

p
{
    position: relative;
    /*left: 30px;
    top: 50px;*/
    color: dodgerblue;
}

.container
{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh;
}

.vertical-text 
{ 
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
    transform: rotate(180deg); 
    white-space: nowrap; 
}