﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body{
    font-family: 'Roboto', 'Helvetica', sans-serif;
    background-color: #fff;
}

.terms-content {
    max-width: 90% !important;
    min-width: 70% !important;    
    font-size: 14px;
    width: 380px;
    margin: auto;
    background-color: #f6f6f8;
    padding: 30px 30px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}

.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify;
}

.text-detail{
    max-height: 80vh;
    overflow-y: scroll;
}
