.tool-heading{
    text-align: center;
    background-color: #f5f9ff;
    margin: 3rem 0px;
    padding: 3rem 0rem;
}

.tool-heading>h1{
    font-size: 4.5rem;
    word-break: break-all;
    line-height: 1.4;
    font-weight: bolder;
    color: #003e93;
}
.tool-heading>p {
    font-size: 2rem;
    word-break: break-word	;
    letter-spacing: 1.2px;
    line-height: 1.4;
    padding: 0px;
    margin: 3rem auto;
    color: #003d93a8;
    max-width: 80rem;
}

.form-input{
    width: 100%;
    max-width: 95rem;
    border: 0px;
    outline: 1px solid #003d93a8;
    color: #555;
    font-size: 3rem;
    padding: 2rem 1rem;
    text-indent: 1.3rem;
    border-radius: 10px;

}

.form-input:focus{
    outline: 2px solid green;
}

.submit-btn
{
    font-size: 2rem;
    border-radius: 1rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 1rem 3rem;
    letter-spacing: 1.2px;
}

.tested-urls{
    margin-bottom:1rem ;
}
.tested-url-title{
    margin: 0px;
    padding: 0px;
    font-size: 2rem;
    font-weight: bold;
    color: green;
    margin-bottom: 0.4rem;
}

#tested-url-link, #total-links-found, #tested-time{
    font-size: 1.4rem;
    margin-top: 0.3rem;
    color:#003d93a8;
}

.table th{
    font-size: 2.5rem;
    color: #555;
    line-height: 1.4;
}
.table td{
    font-size: 2rem;
    color: #666;
    padding: 2rem 0.4rem;
}

.broken-links-title-heading{
    font-size: 2.4rem;
    color:#ff400e;
}

.working-links-title-heading{
    font-size: 2.4rem;
    color:#36ff0e;
}


/* About the tool */
.about{
    margin-top: 3rem;
    margin-bottom:3rem ;
}

.about h2{
    font-size: 3rem;
    font-weight: bold;
    color: #003e93;
    margin: 1.2rem 0px;
}
.about h4{
    font-size: 2.4rem;
    color: #003e93;
    margin: 1.2rem 0px;
    font-weight: 700;
}
.about p{
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: justify;
}
.tested-urls p {
    font-size: 2.2rem;
}
#city_name {
    font-size: 2.2rem;
}