body {
    font-family: Arial, sans-serif;
    background-color: antiquewhite;
}

#title {
    text-align: center;
    color: #755fc4;
    font-size: 40px;
    margin-top: 20px;
}

#nameInput {
    font-size: medium;
    width: 200px;
    padding: 15px;
    margin-bottom: 10px;
}

#magicBtn {
    padding: 10px 10px;
    background-color: #755fc4;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

#magicOutput {
    font-size: 30px;
    width: 500px;
    height: 150px;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    margin-top: 20px;
    color: #555;
}

#name {
    font-size: large;
    font-weight: bold;
    color: #755fc4;
    cursor: pointer;
}