.main-body{
    padding: 15px;
}

strong{
    font-weight: 600;
}

h3{
    font-weight: 600;
}

h4{
    font-weight: 600;
}

p{
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 200;
}

.font-weight-600{
    font-weight: 600 !important;
}

.main-header{
    padding: 10px;
}

.main-header ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.main-header ul li{
    list-style: none !important;
    border: none;
}

.main-header ul li a{
    text-decoration: none;

    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
}


/* Title*/

/*#C8FE8B*/
/*Card*/
.card-container{
    padding: 16px;
    border-radius: 8px;
    margin: 10px;
}

.card-selection-container{
    margin-left: 10px;
    margin-right: 10px;
}
