.custom-red{
    background-color: green;
    color: black;
}
.custom-grey{
    background-color: rgb(238, 236, 236);
    color: black;
}
.custom-card{
    width: 220px;
    margin: 25px;
}

.card-text{
    font-weight: bold;
    font-size: 25px;
    color: green;
}

.button {
    color: black;
    font-size: 20px;
    margin-bottom: 60px;
    align-content: center;
    margin-left: 150px;
}
.button span a{
    color: black;
    text-decoration: none;
}
.button .active2 a{
    color: red;
    padding: 4px 5px;
    text-decoration: none;
}

.button .active a{
    color: blue;
    padding: 4px 5px;
    border-radius: 400px;
    text-decoration: none;
}
.copyright-box  .copyright-logo img{
    align-content: center;
    margin-left: 700px;
}
.copyright-box .copyright-text {
    margin-bottom: 10px;
}
.copyright-box{
    background-color: black;
    color: rgb(175, 171, 171);
}
.Column{
    margin-left: 70px;
}
.copyright-logo img{
    max-width: 100%;
    height: auto;
}

.copyright-text{
    font-size: 15px;
}
footer{
    text-decoration: none;
}

.text-black{
    justify-content: space-between;
    padding-left: 200px;
}
