* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: rgb(15, 15, 15);
    color: whitesmoke;
}

#whazzup {
    text-shadow: #7378db 1px 0 20px;
}

#lower {
    text-shadow: #b2b2ef 1px 0 20px;
}