html,
body {
    height: 100%;
}

.smallcaps{
    font-variant: small-caps;
}

.caps{
    text-transform: capitalize;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}