* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #450043;
}

main {
    color: whitesmoke;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    gap: 1rem;
    padding: 2rem;
    
    box-shadow: #df8bdc 0px 0px 40px 12px;
}

#name {
    font-size: 2rem;
    font-style: italic;
}