body{
    margin: 0;
    padding: 0;
}

.top{
    background-image: url('../img/tent.png');
    background-image: url('../img/ribon.png');

    background-size: 50% auto; 
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
}

.top_banner{
    min-height: 60vh;
}
.top_banner h1{
    font-size: 5rem;
}
.navbar-brand{
    color: #222222;
}
#boxqr{
    width: 100%;
}