@font-face {
    font-family: 'roboto';
    src: url(./fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf);
}



body{margin: 0;}


.center{
    display: flex; justify-content: center; flex-direction: column;
    align-items: center;
}


img{    width: 60vw;}



.text{
    font-family: 'roboto';
    width: 60vw;
    text-align: center;
}