body{
    background-color: black;
    color: white;
    font-family: my_font;
    font-size: 100px;
}

@font-face {
    font-family: my_font;
    src: url('Barbie.otf');
    font-weight: bold;
  }