* {
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    height: 100%;
}

.footer {
    position: absolute;
    bottom: 5px;
}

.full-width {
    width: 100%;
}

.main {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
}

.result {
    display: inline;
    font-size: 24px;
    font-weight: 400;
    word-wrap: break-word;
}

.typed-cursor {
    display: inline;
    font-size: 30px;
}

@media screen and (max-width: 500px) {
    .result {
        font-size: 16px;
    }

    .typed-cursor {
        font-size: 20px;
    }
}

.venmo-plz {
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
