body {
    background: #444444;

}




.row a {
    color: #fff;
    text-decoration: none;
    font-size: large;
}

a:hover {
    font-weight: bold;
}


.row p {
    color: #000;
}


.card--container {
    background: #ecebeb;
    padding: 2rem;
    border-radius: 10px;
}

h3 {
    color: #fff;
}