body{
    background: beige;
}

img{
    position:absolute;
    float:left;
}

#OND{
    width:100px;
    height:50px;
    font-size:20px;
    color:beige;
    background-color: #2c1147;
}

#B1{
    width:200px;
    height:110px;
    font-size:20px;
    color:beige;
    background-color: #2c1147;
    border-radius: 10px;
    
    position:absolute;
    left:35%;
    top:2%;
}
#B2{
    width:200px;
    height:110px;
    font-size:20px;
    color:beige;
    background-color: #2c1147;
    border-radius: 10px;
    
    position:absolute;
    left:51%;
    top:2%;
    
}
#B3{
    width:200px;
    height:110px;
    font-size:20px;
    color:beige;
    background-color: #2c1147;
    border-radius: 10px;
    
    position:absolute;
    left:67%;
    top:2%;
}
#B4{
    width:200px;
    height:110px;
    font-size:20px;
    color:beige;
    background-color: #2c1147;
    border-radius: 10px;
    
    position:absolute;
    left:83%;
    top:2%;
}

#title{
  font-family: "Playfair Display", serif;
  font-style: normal;
}