@font-face {
    font-family: autopia;
    src: url('fonts/Autopia-Regular.otf');
}
@font-face {
    font-family: autopia;
    src: url('fonts/Autopia-Bold.otf');
    font-weight:bold;

}
@font-face{
    font-family: autopia;
    src: url('fonts/Autopia-Italic.otf');
    font-style:italic;
}
@font-face {
    font-family: autopia;
    src: url('fonts/Autopia-Bold-Italic.otf');
    font-weight:bold;
    font-style: italic;
}
body{
    font-family: autopia;
}
h1{
    font-size:12px;
}

p{
    font-size:64px;
}

p:nth-child(even){
    font-style:italic;

}

.chapeau{
    color:peru;
}