/* @import url(/BiVi/BiVi_Website/css/navbar.css); */
/* @import url(/BiVi/BiVi_Website/css/footer.css); */
@import url(/css/theme.css);

*{
    margin:0;
    padding:0;
    font-family: var(--main-font);
}
body{
    background: var(--temp2);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#main {
    position: relative;
    height: 100vh;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
}

.center {
    /* position: absolute; */
    text-align: center;
    color: white;
}
.h{
    font-size: 70px;
}
.p {
    margin-top: 10px;
    font-size: 40px;
    font-weight:500;
}