* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.bg-image {
    z-index: -1;
    position: fixed;
    background: url(../img/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100vh;
    width: 100%;
    filter: blur(5px);
}

.content {

    line-height: 1.5;
    text-align: center;
    max-width: 500px;
    height: 100%;
    margin: auto;
}

/* .title {
    font-size: 70px;
} */

.title, .text-sub, .text-main {
    font-family: raleway-light, sans-serif;
    font-size: 20px;
    background: linear-gradient(to left,#b8b8bb,#dbc9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title {
    font-size: 45px;
}

.text-sub {
    font-size: 20px;
}

.text-main {
    font-size: 15px;
}

.text-main+.text-main {
    margin: 20px 0;
}


/* contact */

.content {
    font-size: 25px;
    font-family: raleway-light, sans-serif;
}

/* button */

.button {
    cursor: pointer;
    display: inline-block;
    font-family: raleway-light, sans-serif;
    padding: 7px;
    color: #fff;
    font-size: 15px;
    border: 0.6px solid #b8b8bb;
    border-radius: 50px;
    transition: all 0.2s;
}

.button+.button {
    margin: 7px;
}

.button:hover {
    transition: all 0.2s;
    box-shadow: 0px 1px 10px 5px rgba(255, 255, 255, 0.377);
    background-color: rgba(255, 255, 255, 0.644);
    color: black;
    padding: 7.2px;
}

.btn-big {
    width: 30%;
    font-size: 20px;
}

.btn-mail {
    border: none;
}

/* .btn-mail:hover {
    background-color: rgba(255, 255, 255, 0.377);
    color: black;
}  */

.btn-tel {
    border: none;
}

/* .btn-tel {
    border-radius: 20px;
    border-color: rgba(194, 193, 194, 0.267);
} */