@media (min-width: 768px) {
    .h-md-100 {
        height: 100vh;
    }
}

.btn-round {
    border-radius: 30px;
}

.bg-indigo {
    background: indigo;
}

.text-cyan {
    color: #35bdff;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #FFF;
    height: 100%
}