

@font-face {
    font-family: myFirstFont;
    src: url("../font/MYRIADPRO-REGULAR.OTF");
}

body {
    /* background-color: blue; */
    margin-top: 11%;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    /* Full height overflow-y: hidden; */
    overflow-x: hidden;
    /* Center and scale the image nicely background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    font-family: myFirstFont;
}

.review {
    /* background: rgba(52, 117, 126, 0.99); */
    display: none;
    /* color: white; */
}

.nama {
    /* color: white; */
    color: #feb603;
    /* -webkit-filter: drop-shadow(0.25px 0.25px 0.25px #000);
    filter: drop-shadow(0.25px 0.25px 0.5px #000); */
    font-weight: bold;
}

.ucapan {
    color: white;
    /* color: #003d79; */
    /* -webkit-filter: drop-shadow(0.2px 0.2px 0.2px #000);
    filter: drop-shadow(0.2px 0.2px 0.2px #000); */
}

.bgtrs {
    border-radius: 20px;
    background: rgba(0, 61, 121, 0.5);
    /* background: rgba(255, 255, 255, 0.4); */
}