body {
    position: fixed;
    width: 100%;
    background-color: #080019;
}

div {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

strong {
    margin: auto;
    font-family: 'Pacifico', cursive;
    font-size: 100px;
    color: #f7f7f7;
    user-select: none;
    cursor: default;
}