body{
    margin: 0;
    padding: 0;
    background-image: url('../Images/background3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: arial;
}

table{
    margin-top: 60px;
    background-color: rgba(255,255,255,0.4);
    border-collapse: collapse;
    font-family: arial;
    margin-left: 15px;
    margin-right: 15px;
    border-color: rgb(136, 127, 127);
    margin-bottom: 45px;
}


td{
    color: rgb(33, 33, 46);
}

.hcp{
    padding: 10px;
    background-color: rgb(54, 54, 54);
    color: rgb(235, 235, 235);
    font-weight: 400;
    font-size: 18px;
}

.hcp-table td{
    padding: 8px;
    text-align: center;
}

tr.child:nth-child(odd){
    background-color: #dddddd;
}

.text{
    text-align: center;
    margin-top: 150px;
    font-family: castellar;
    font-size: 24px;
    font-weight: bold;
    color:rgb(39, 39, 39) ;
    word-spacing: 5px;
}

@media all and (max-width:600px){
    .text{
        margin-top: 200px;
        text-align: center;
    }
}

.phone-number{
    width: 120px;
}