@font-face {
    font-family: 'Futura'; /*a name to be used later*/
    src: url('F.ttf'); /*URL to font*/
}
body {
  background-color: green;
  }
h3 {
  font-family: Futura;
}
img {
  background-size: contain;}