﻿.text-box-btn {
    border-radius: 5px;
    box-shadow: 2px 4px 5px rgb(56, 3, 31);
    width: 295px;
    height: 211.417px;
    transition: all 0.4s linear 0s;
    margin-bottom: 50px;
}

.btn-text {
    background: rgba(56, 3, 31, 0.5);
    color: white;
    transition: all 0.5s;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    margin-top: 177px;
}

.a-col{
    text-decoration:none;
}

.scroll-text {
    margin-right: 200px;
    color: #800040;
    font-weight:600;
    user-select:none;
}

.scroll-image {
    margin-right: 100px;
    user-select: none;
}