body {
    font-family: Arial, sans-serif;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    flex-direction: column;
}

p {
    margin: 0;
}

#name {
    color: #e3003a;
}

.text {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: black 0 0 3px;
}

.world-run {
    color: #e3003a;
}