body{
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding:0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.main{
    background-image: url('../imgs/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: relative;
}
.content{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.logo{
    width: 120px;
    display: inline-block;
    height: 120px;
    margin-top:60px;

}
img{
    max-width: 100%;
    height: auto;
}

.title{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.description{
    text-transform: uppercase;
    letter-spacing: 1px;
     white-space: nowrap;
}
