/* font-family: 'Roboto Mono', monospace;
font-family: 'Cairo', sans-serif; */

body{
    overflow-x: hidden; 
    height: 100%;
    background-color: #41a3d1d7;
    font-family: 'Roboto Mono', monospace;
    color: white;
}
img {
    width: 100px;
    height: 100px;
}
.border-img {
    border: 2px dashed #000;
    margin: 10px;
    cursor: pointer;
}
.img-center {
    width: 100px;
    margin: auto; 
}
.wrap-text-ru {
    display: flex;
    width: 100px;
    height: 100%;
    min-height: 200px;
    background-color: white;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.wrap-text-en {
    display: flex;
    height: 110px;
    background-color: white;
}
.center-element {
    text-align: center;
    margin-bottom: 10px;
}
.block-ru {
    margin: auto;
    text-align: center;
    display: flex;
}
.wrap h3 {
    font-size: 25px;
}
.wrap {
    margin-top: 30px;
    color: #000;
}
#check {
    color: rgb(66, 173, 66);
}
#autorenew {
    color: rgb(233, 118, 72);
}
.center-block-words {
    margin: 0 auto;
}
.block-for-text {
    min-width: 100px;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    height: 100px;
    background-color: #ebebeb;
    display: flex;
    margin: 10px;
}

.wrap-bg-text-ru {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 5px;
    justify-content: center;
    font-size: 20px;
}

.hold {
    border: 4px solid #ccc;
}
.invisible {
    display: none;
}
.hovered {
    border: 1px dashed #000;
}

.title{
    font-size: 60px;
    padding-left: 50px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #ffffff;
}
.topnav {
    background-color:#a8e4ff;
    width: 100%;
  }
#public_div {
    color: black;
    text-align: center;
    max-width: 100%;
}
#downing_voice {
    display: none;
}
.downing {

}
#errors {
    display: none;
}