body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    max-width: 300px;
    height: 300px;
    padding: 10px;
    margin-top: 100px;
    border: 1px solid white;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#displayText {
    width: 100%;
    margin: 0;
    color: black;
    display: inline-block;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-align: justify;
    text-align-last: justify;
    filter: blur(2px);
}

#inputText {
    margin-top: 50px;
    height: 50px;
    width: 40%;
    padding: 10px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 100%;
    text-align: center;
    border: 1px solid #d1d1d1;
    outline: none;
    border-radius: 15px;
    box-sizing: border-box;
}

.text {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    line-height: 2;
    
}

.text a {
    text-decoration: none;
    color: #0077cc;
}

.text a:hover {
    text-decoration: underline;
    color: #005fa3;
}
