
@font-face {
    font-family: "Allods";
    src: url("fonts/Allods.ttf");
}

@font-face {
    font-family: "LiqMono";
    src: url("fonts/LiqMono.ttf");
}


.tts {
    display: none;
    position: fixed;
    max-width: 80%;
    max-height: 80%;
    min-width: 350px;
    overflow: auto;
    perspective: 1500;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 25px 5px 25px;
    color: #000;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
    transition: 5s;
    border-radius: 2rem;
    background-position: 50% 50%;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.tts h2 {
    color: lightseagreen;
    background-color: transparent;
    text-decoration: underline;
}

#txtTts {
    height: 150px;
    overflow: auto;
}

#imgTts {
    height: 150px;
}

.tts button {
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 1rem;
    color: #000;
    float: right;
    height: 19px;
    min-width: 19px;
    padding: 0;
    margin: 0px -19px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    cursor: pointer;
}

.tts button:hover {
    background-color: gainsboro;
}

#timer {
    float: right;
    color: lightseagreen;
    font-size: 6rem;
    font-family: 'LiqMono', Arial, sans-serif;
    border: 2px solid lightseagreen;
    border-radius: 2rem;
    padding: 1rem;
    padding-bottom: 0;
    background: rgba(225, 225, 225, .9);
}

#voices {
    width: 200px;
    color: gray;
}
