@font-face {
  font-family: GFSDidot;
  src: url(GFSDidot.otf) format("opentype");
}
@font-face {
 font-family: GFSDidotBold;
  src: url(GFSDidotBold.otf) format("opentype");
}
@font-face {
  font-family: GFSDidotItalic;
  src: url(GFSDidotItalic.otf) format("opentype");
}
 
img {   border-color: #000000;
}

body {
  font-family: GFSDidot, sans-serif;
  /* background: #00ff00 no-repeat fixed center;  */
  background-color: white;
}

.btn-style {

color: white;

background-color : blue;

}
body {
    padding-top: 5rem;
  }
  .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
  }

  .smallcp {
    font-variant: small-caps;
  }
  .ital {
    font-style: italic;
  }