body {
    text-align: center;
    background-color: whitesmoke;
    font-family: "Courier New", Courier, monospace;
}

a {
    color: #ff73e5;
}

h1 {
    font-size: 50px;
}

#generate {
    border: none;
    border-radius: 5px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    background-color: #ff73e5;
    margin-top: 50px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: whitesmoke;
    font-weight: 600;
}

#generate:hover {
    background-color: #c953b4;
    cursor: pointer;
}

#output {
    font-size: 50px;
    margin-top: 50px;
    color: black;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #ff73e5;
}
