body{
    /* background-color: gray; */
}

input[type="button"]{
    width: 100px;
    height: 50px;
    font-weight: 600;
    background-color: lightgrey;
    border: none;
    color: #000;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    border-radius: 7px;
}

.selected1, .selected2, .selected3 {
    background-color: rgb(140, 178, 153) !important;
}

div#container-main {
    clear: both;
    border: 1px solid #000;
    width: 100%;
}

div#container-header, div#container-1, div#container-2, div#container-3, div#container-result, div#container-footer {
    clear: both;
    padding: 5px;
    min-height: 50px;
}

div#container-support {
    clear: both;
    padding: 5px;
    font-size: 23px;
    color: rgb(247, 1, 1);
}

span#card-number {
    color: #000;
}

div#container-header {
    background: rgb(143, 206, 229);
    font-size: 30px;
    font-weight: 900;
}

div#container-result-negative, div#container-result-positive {
    float: left;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
}

div#container-result-positive {
    padding-left: 30px;
}

p#text-content-negative{
    color:red;
}

p#text-content-possitive {
    color: green;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;

}

div#container-result-negative-details, div#container-result-possitive-details {
    clear: both;
    float: left;
}

div#container-result-negative-details {
    color: red;
    font-weight: 600;
}

div#container-result-possitive-details {
    color: green;
    font-weight: 600;
}

div#container-footer img {
    height: 170px;
}