@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&family=EB+Garamond&family=Quicksand:wght@300&family=Raleway:wght@200&family=Rowdies:wght@300&display=swap');
.t-c{
text-align: center;
}
.f-size{
    font-size: 1.4vw;
}
.f-size-1{
    font-size: 3vw;
}
.f-size-2{
    font-size: 4vw;
}
.f-size-3{
    font-size: 5vw;
}
.f-size-4{
    font-size: 40px;
}
.mg-1{
    margin: 3vw 0;
}
.mg-2{
    margin: 4vw 0;
}
.pd-1{
    padding: 10vw;
}
.pd-2{
    padding: 3vw 10vw;
}
.o-flow{
    overflow: hidden;
}
.absolute{
    position: absolute;
}
.f-heading{
    font-family: 'Rowdies', cursive;
}
.f-topic{
    font-family: 'Raleway', sans-seri;
}
.f-pg{
    font-family: 'EB Garamond', serif;
}
.f-pg2{
    font-family: 'Comfortaa', cursive;
}
.fsize-1{
    font-size: 3vw;
    
}
.d-flex{
    display: flex;
}