body{
    margin:0;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.title{
    text-transform: uppercase;
    color:#fff;
    font-weight: 100;
    font-size:3rem;
    text-align: center;
}
.soon{
    text-transform: uppercase;
    color:#fff;
    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;
}
.logo-client{
    max-width:300px;
}
.content{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    height: 100%;
    justify-content:space-evenly;
    padding: 0 10px;
}