.banner12 {
    background-image: url(./SUPERB.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
}


.banner12 h2 {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.899);
    font-family: 'Playfair Display', serif;
    /* margin-top: 1%; */
    /* padding: 16%; */
    /* margin-left: 7%; */
    width: 100%;
    /* background-color: aqua; */
    padding-top: 20%;
    text-align: center;

}