/*U2Project Font*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body{
    font-family: "Bebas Neue", sans-serif;
    background-color: black;
    color: white;
}

.U2projecttexPresentation{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
}

