
/* MY CSS */

.network{
    margin: 10px 200px 0 200px;
    
    position: relative;
}
.card{
    position: relative;
}
.network .card-body ul li {
    font-size: 30px;
    border-bottom: 1px solid rgb(33, 150, 243);
    padding-bottom: 13px;
    line-height: 1.25;
}
.network .card-body ul li img{
    padding-right: 20px;
}
.box{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    align-items: center;
    width: 430px;
    height: 50px;
    border-radius: 5px;
    font-weight: bold;
    background-color:rgb(33, 150, 243) ;
}
section div ul li a{
    color:black;
}
