
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");


.texts-color{
    color: antiquewhite;
}
.card{
    font-family: 'Roboto', sans-serif;
    border: none;
}
.card-title{
    font-family: 'Roboto', sans-serif;
}
.x:hover{
    background-color: green;
}
