.textopadrao{
    margin: 20px auto;
    width: 1000px;
}

h2
{
    color: rgb(11, 206, 173);
}

.resultado
{
    background-color: rgb(37, 37, 39);
    width: 200px;
    text-align: center;

    margin: 10px auto;
}

.calcLevel
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 1%;
    gap: 6%;
}


.DmgCalculate
{
    text-align: center;
}

@media only screen and (max-width:700px) {

    .textopadrao
    {
        width: 300px;
    }
}