@font-face {
  font-family: 'MyCustomFont';      
  src: url('iwtv.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body { 
  background-color: #f0f4f8; 
  background-image: url('https://i.pinimg.com/1200x/91/96/c3/9196c3a4d1f6750e6a4e207e10675ce1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'MyCustomFont', sans-serif; 
}
.container {
    position: relative;
    height: 900px;
    width: 1900px
}

.candles {
  position: absolute;
  height: 300px;
  width: auto; 
  left: 0px;
  bottom: 0px; 
}

.candles2 {
  position: absolute;
  height: 200px;
  width: auto; 
  left: 80px;
  bottom: 0px; 
}