html{
    background-color: #fff;
    padding: 20px;
}

.icon-thumbnail{
    height: 75px;
}

.tab-error{
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-top: 40px;
    resize: none;
    width: 300px;
    height: 160px;
}

.tab-error-middle{
    height: 150px;
}

.hover-underline-animation::after {
	background-color: rgb(255, 100, 100);
  }

#ok:hover{
    color: rgb(255, 100, 100);
}

#errorText {
    position: absolute;
    top: 60px;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#errorIcon {
    position: absolute;
    font-size: 40px;
    color: red;
    top: 60px;
    left: 35px;
}

#ok{
 top: 70px;
 float: right;
}
