@font-face {
    font-family: 'Manrope';
    src: local('Manrope Variable'), local('Manrope-VariableFont_wght'),
         url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    background-image: url("assets/baedercard_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
}


.h1{
    font-weight: bold;
    font-size: 1.5rem;
}

.text_container{
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.under_construction_sec{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}