body{
    font-family: Roboto, sans-serif;
}
h2{
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 300;
    color: rgb(52, 58, 64, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom_head{
    font-weight: 400;
    text-align: center;
}
.custom_cont {
    font-weight: 300;
    text-align: center;
}

.container-fluid{
    padding-top: 10px;
}

