body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.main-header
{
    font-family: 'New Tegomin', serif;
    background-color: #0e0c0a;
    color: white;
    padding: 16px;
}

.text-section
{
    margin: 50px auto auto auto;
    max-width: 750px;
    background-color: lightblue;
    padding: 15px;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
}

.text-section p
{
    margin: 0;
}

.text-area-section
{
    text-align: center;
}

.text-area-div
{
    margin: auto;
    margin: 750px;
}

#text-area
{
    border: 10px solid gray;
    border-radius: 20px;
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
}

#text-area:focus
{
    outline: none;
}

.result-section
{
    margin-bottom: 20px;
}

.result-section-div
{
    margin: 0 auto;
    max-width: 750px;
}

.result-section-div span
{
    font-size: 25px;
}

.result-section-div button
{

    display: block;
    margin: 20px auto;
    background-color: dodgerblue;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    outline: none;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    border-radius: 20px;
    width: 200px;
    box-shadow: 0 0 10px black;
}

.result-section-div button:hover
{
    background-color:darkred;
}


#minutes,#seconds,#m-seconds
{
    max-width: 750px;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    color: red;

}

.cong-section-div h3
{
    
    background-color: chocolate;
    margin: auto;
    text-align: center;
    padding: 20px 10px;
    width: 250px;
    box-shadow: 0 0 10px blue;
    border-radius: 30px;
}

.cong-section-div
{
    margin: 0 auto;
    max-width: 750px;
}



.card
{
    border-radius: 10px;
    box-shadow: 0 0 10px blueviolet;
}

footer
{
    background-color: #0E0C0A;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    margin-top: 20px;
    line-height: 10px;
}

footer p, footer small
{
    font-size: 18px;
    font-weight: lighter;
    font-family: 'New Tegomin', serif;
}
