body{
    margin:0;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    color:#fff;
}
.title{
    text-transform: uppercase;
    color:#fff;
    font-weight: 100;
    font-size:3rem;
    text-align: center;
}
.img-fluid{
    max-width: 100%;
    height:auto;
}
.wrapper{
    width: 100%;
    height: 100vh;
    background: url('blurbg.jpg') no-repeat center / cover;
    display: flex;
}
.content{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    /* height: 100%; */
    /* justify-content:space-evenly; */
    padding: 0 10px;
    font-weight: 400;
}
.btn-pluscom{
    color:#fff;
    border:1px solid #f38107;
    background:transparent;
    padding:5px 12px;
    border-radius:0;
    text-decoration: none;
    transition: 0.3s all;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
}
.btn-pluscom:hover{
    color:#fff;
    background-color: #f38107;
    border-color:#f38107;
}