body { margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: #f2f2f2;
    position: static;
}
#controls { padding: 10px 20px;
    background: #dddddd;
    position: static;
    display: flex;
    align-items: center;
    height: 40px;
}

.box { display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 380px;
    padding-right: 370px;
}
.hrs,
.min,
.sec,
.ms,
.colon{
    text-align: center;
    font-size: 15px;
    color: #4e4beb;
    font-family: emoji;
    font-weight: bold;
    text-wrap: pretty;
    overflow-wrap: break-word;
    user-select: none;
    margin: 0 1px;
}

button{
    margin-right: 10px;
    background: transparent;
    color: rgb(25, 0, 255);
    padding: 5px 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-wrap: pretty;
    overflow-wrap: break-word;
    user-select: none;
    width: 55px;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
button:hover {
    background: #00ccff2a;
    color: #0011ff;
    border: 2px solid #0011ff;
}
button:active {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}   
button:disabled {
    background: #cccccc;
    color: #666666;
    border: none;
    cursor: not-allowed;
    box-shadow: none;
}
button a {
    text-decoration: none;
    color: inherit;
}

textarea {
      width: 97.97%;
      min-height: 87vh;
      font-size: 13px;
      margin: 10px;
      resize: none;
      box-sizing: border-box;
      background: #00ccff2a;
      border: 2px solid #1100ff34;
      border-radius: 5px;
      padding: 10px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-style: normal;
      font-weight: 500;
      text-wrap: pretty;
      overflow-wrap: break-word;
      outline: none;
      color: black;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
      transition: border-color 0.3s ease;
      position: relative;
    }
text {
        position: center;
        align-items: center;
    }
