#maincont{
    color:black;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

#maincont p, #maincont ul{
    margin-top: 5px;
    margin-bottom: 5px;
}



#name-back, #maincont-address{
    margin-bottom:5px; 
}



#maincont-address{
    font-style: italic;
}

#maincont-url a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.maincont-button{
    padding: 10px;
    border: black solid 2px;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: none;
    text-decoration: none;
    color: black;
}

.maincont-button:hover{
    cursor: pointer;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#maincont-buttons{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tagname{
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    margin-top: 5px;
}


#ranges{
display: none;
}

.table-result-2{
    margin-top:10px;
    font-size: 11pt; 
    width:100%;
    border: 1px solid black;
    border-collapse: collapse; 
}

.table-result-2 td, th{
    border: 1px solid black;
    padding: 5px;
}


.table-result-2 th{
    font-weight: bold; 
}

#name-back{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

#maincont-name{
    margin-right: 15px;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px;
    text-align: space-between;
}


