﻿p.custom-link {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: inline;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

a.custom-link {
    text-decoration: underline;
    color: #80ba3a;
}
