        @import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

        .font-family-karla {
            font-family: karla;
        }
.container {
                display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 200px;
                }
        
                .box {
                    background-color: #f2f2f2;
                    border: 1px solid #ccc;
                    padding: 20px;
                    border-radius: 5px;
                    text-align: center;
                }
        
                .text {
                    font-size: 18px;
                    font-weight: bold;
                }