

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #935400;
    font-family: Arial, Helvetica, sans-serif;


}

@font-face {
    font-family: 'lepit';
    src: url(LePetitCochonFont/Petit\ Cochon.ttf);
}


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

img {
    width: 200px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align: center;
    color: #F7EDD8;
    font-weight: bold;
}
