a {
    text-decoration:none;
    }
body {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height:100%;
    }
#wrapperBg{
    width: 100%;
    height:100%;
    position:fixed;
    text-align:center;
    }
img#imageBg {
    height:1615;
    width:914;
    background:url("../img/bg.jpg") no-repeat 0 0 #fff;
    display:block;
    position:absolute;
    z-index:-1;
    }
img.vlag{
    float:left;
    border:0 none;
    padding:15px 35px;
    }
.wrapper{
        width:890px;
        text-align:center;
        position:relative;
        display:inline-block;
        margin:0;
        padding:0;
        }
.pin2 {
  position: absolute;  
  border-radius: 50%;
  border: 8px solid #fd2208;
  width: 8px;
  height: 8px; 
}
.pin2::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: -6px;
  border: 10px solid transparent;
  border-top: 17px solid #fd2208;
}
.oval{
  color: Chartreuse;
  width: 92px;
  height: 19px;
  background: none;
  border-radius: 50%;
  border-style: solid;
  border-width: normal;
  position: absolute;
}