@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Varela+Round&display=swap');

body{
    font-family: 'Varela Round', sans-serif;
    margin: 0; /*cima, direito, baixo, esquerda*/
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(20, 20, 31);
    color: whitesmoke;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.header
{
    color: whitesmoke;
    padding: 30px;
    display: flex;
    height: 5px;
    justify-content: space-between;
    align-items: center;
}

.menu{
    display: flex;
    align-items: center;
    text-align: center;
}

.compareTexts h1{
    font-size: 20px;
}

.compareTexts{
    display: none;
    flex-direction: column;
    line-height: 8px;
    align-items: center;
}

.entradas textarea{
    padding: 10px;
    margin: 15px;
    height: 400px;
    width: 700px;
    border-radius: 6px;
    border: none;
    background-color: rgb(211, 210, 210);
    outline: none;
    font-size: 20px;
    resize: none;
}

.tam{
    outline: none;
    border: none;
    margin: 5px;
    padding: 4px;
    width: 100px;
}

.checkLenght{
    line-height: 6px;
    display: none;
    flex-direction: column;
}

.text3{
    padding: 10px;
    height: 150px;
    width: 850px;
    border-radius: 6px;
    border: none;
    background-color: rgb(211, 210, 210);
    outline: none;
    font-size: 20px;
    resize: none;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text4{
    padding: 10px;
    height: 150px;
    width: 850px;
    border-radius: 6px;
    border: none;
    background-color: rgb(211, 210, 210);
    outline: none;
    font-size: 20px;
    resize: none;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.atualizar
{
    cursor: pointer;
    background-color: rgb(55, 55, 80);
    width: 125px;
    height: 35px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: whitesmoke;
    font-family: 'Varela Round', sans-serif;
    float: right;
}

.limpar{
    cursor: pointer;
    background-color: rgb(55, 55, 80);
    width: 100px;
    height: 35px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: whitesmoke;
    font-family: 'Varela Round', sans-serif;
}

.titles h1{
    margin-top: 20px;
    font-size: 20px;
}

.titles p{
    margin: 10px;
    font-size: 18px;
}

.titles2 p{
    font-size: 18px;
}

.output{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu h1{
    font-size: 20px;
}

.menu{
    display: flex;
    flex-direction: column;
}

.info p{
    margin-top: 5px;
    font-size: 18px;
}

.check{
    display: none;
    align-items: center;
    flex-direction: column;
}