﻿* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}

img {
    width: 300px;
    margin-top: 100px;
    margin-bottom: 70px;
}

h2 {
    color: #BA3437;
    margin-bottom: 30px;
}

#lblSolucao {
    display: block;
    font-weight: bold;
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 100px;
}

#HyperLink1 {
    border: none;
    color: white;
    background-color: #5E5E5E;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 28px 13px 28px;
}

    #HyperLink1:hover {
        outline: none;        
        background-color: #2f2f2f;
    }

p {
    margin-top: 80px;
    color: grey;
    font-size: 14px;
}

@media only screen and (max-width: 598px) {
    img {
        width: 230px;
        margin-top: 80px;
        margin-bottom: 50px;
    }

    h2 {
        font-size: 20px;
    }

    #lblSolucao {
        width: 70vw;
        margin: auto;
        margin-bottom: 130px;
    }

    p {
        width: 70vw;
        margin: auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 472px) {
    img {
        margin-top: 40px;
    }

    h2{
        width: 70vw;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-height: 800px) {
    p {
        margin-top: 50px;
    }
}

@media only screen and (max-height: 734px) {
    #lblSolucao {
        margin-bottom: 50px;
    }
}