html{
    height: 100%;
}
.core-values{
    background-color: rgba(243, 236, 229, 0.6);
    border: 2px dashed black;
    border-radius: 5px;
    list-style: none;
}

.values{
    margin: 10px;
}

.fa-regular{
    margin: 2px;
    transition: 0.2s;
}

.red-line{
    border-bottom: 2px solid red;
}

.values:hover .fa-regular{
    color: rgb(255, 103, 102);
    transition: 0.5s;
}
