@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&family=Comfortaa:wght@300;500;600;700&display=swap');

:root {
    --orange: #FF8B01;
}

.font1{
    font-family: 'Baloo Bhaina 2', cursive;
}

.font2{
    font-family: 'Comfortaa', cursive;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo Bhaina 2', cursive;
}

a, p, ol {
    font-family: 'Comfortaa', cursive;
}

.bgHome {
    background-color: rgb(20, 20, 20);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-big {
    display: block;
    width: auto;
    height: 100%;
}


.m-3 {
    margin: 30px;
}

.orange{
    color: var(--orange);
}

.social-icon svg {
    fill: var(--orange);
    height: 2rem;
    width: 2rem;
}

.social-icon a {
    color: var(--orange);
    margin-left: 0.5rem;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.t-40 {
    margin-top: 40px;
}

.vh-30 {
    height: 30vh;
}

.white{
    color: white;
}