.bodytext, .bodytext a{
    display: block;
    text-decoration: underline;
    color:#acb8b4;
    transition:.3s;
    text-underline-offset: 0.1em;
}
.bodytext a:hover{
    text-decoration-color: #fcb462;
}