@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --titre: #008cbc;
    --background: #ffffff;
    --secondary: #f2f2f2;
    --text: #21211f;
}

html,
body {
    all: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: var(--background);
    font-family: 'Oswald', sans-serif;
}

.admin_a{
    color: red;
    font-size: 1.2rem;
}