@font-face { 
    font-family: "DancingScript-Regular";
    src: url("/fonts/DancingScript-Regular.ttf");     
    }
@font-face { 
    font-family: "BungeeSpice-Regular"; 
    src: url("/fonts/BungeeSpice-Regular.ttf"); 
    }
    @font-face { 
        font-family: "Diphylleia-Regular"; 
        src: url("/fonts/Diphylleia-Regular.ttf"); 
        }

.we_want_you {
font-family: "BungeeSpice-Regular";
font-size: 35px;
}

.start_webmaster {
        font-family: "BungeeSpice-Regular";
        font-size: 25px;
        }
.start_content {
            font-family: "DancingScript-Regular";
            font-size: 25px;
        }
.start_content1 {
            font-family: "Diphylleia-Regular";
            font-size: 15px;
        }
.b-example-divider {
            height: 3rem;
            background-color: rgba(0, 0, 0, .1);
            border: solid rgba(0, 0, 0, .15);
            border-width: 1px 0;
            box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
          }