.action-btn {
    padding: 15px 30px;
    background: #3d3d3d;
    color: white;
    white-space: nowrap;
    cursor: pointer;
}

.action-btn:hover {
    background-color: #555;
}


.bold-text-white{
    color: #FFF;
    font-weight: 600;
    font-size: 45px;
    text-shadow:-1px 1px black;
    margin: 0;
    white-space: nowrap;
}

.bold-text-white.med-text{
    font-size: 30px;
}
