.backgroundtransparent {
    background: transparent;
    border: none;
    outline: none;
    font-family: Nunito-Bold;
    color: rgb(210, 34, 110);
}

@font-face {
    font-family: 'Nunito-Bold';      /* Nome che userai nel CSS */
    src: url('Nunito-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}