body {
    color: black;
    background-color: white;
}

.center {
    text-align: center;
}

.blue {
    color: #4169E1;
}

.red {
    color: red;
}

@font-face {
    font-family: "DancingScript-SemiBold.ttf";
    src: url(../font/DancingScript-Bold.ttf);
}

h3.red {
    font-family: "DancingScript-SemiBold.ttf", sans-serif;
    font-size: 40px;
}

.center a {
    text-decoration: none;
    font-size: 14px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-20 {
    margin: 20px;
}

.carousel-box {
    min-height: 650px;
}

