body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FF6600;
}
.wrap {
    width: 1160px;
    margin: 20px auto;
    text-align: center;
}

.td_style1 {
    text-align: center;
}


.link_back {
    text-align: right;
    font-size: 16px;
    background-color: cadetblue;
    color: aliceblue;
    padding: 6px 10px;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 8px;
}
.link_back:hover {
    background-color: dimgray;
}




a {
    color: forestgreen;
}
