footer a:hover {
    text-decoration: underline;
}   

.btn-secondary{
    cursor: pointer;
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: red;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.scrll {
    width: 950px;
    height: 45px;
    border: solid 1px #3366FF;
    border-radius: 3px;
    padding-top: 10px;
    margin-top: 5px;
    box-shadow: 2px 2px 10px 2px rgb(221, 221, 221);
}

.scrll a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #FF6600;
    text-align: left;
}