    strong { font-weight: bold; }

    html, body {
        background-color: #fff;
        color: #636b6f;
        font-family: 'Nunito', sans-serif;
        font-weight: 200;
        height: 100vh;
        margin: 0;
    }


    .full-height {
        height: 100vh;
    }

    .flex-center {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .position-ref {
        position: relative;
    }

    .top-right {
        position: absolute;
        right: 10px;
        top: 18px;
    }

    .content {
        text-align: center;
    }

    .content-1 {
        text-align: center;
        font-size: 45px;
        margin-bottom: 30px;
    }

    .content-2 {
        text-align: left;
        font-size: 40px;
        padding-left: 10%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .content-3 {
        /*text-align: left;*/
        text-align: justify;
        text-justify: inter-word;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10px;
        font-size: 21px;
        
    }

    /*For table */
    .table td, th{
        text-align: center;   
    }