@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "Circe";
    src: url("../fonts/Circe-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

body{
    padding: 0;
    margin: 0;
    font-family: Circe;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url('../img/bg-page.jpg') no-repeat;
    background-size: cover;
    color: #c4b4fb;
}
#go {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 0px 15px;
}
h1{
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    color: #fff;
    margin-bottom: 25px;
}
.text{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 39px;
    margin-bottom: 53px;
}
.name_phone{
    color: #fff;
    font-size: 22px;
    margin-bottom: 52px;
}
.name_phone a{
    color: #fff;
	text-decoration: underline;
}
.desc{
    font-size: 14px;
    margin-top: 0;
}
.img_go{
    width: 80px;
}
@media screen and (max-width: 575px){
    body{

    }
    #go {

    }
    h1{
        font-size: 24px;
        line-height: 32px;
    }
    .text{
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
        margin-bottom: 40px;

    }
    .name_phone{
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 38px;
    }
    .desc{
        font-size: 14px;
        line-height: 26px;
    }
    .img_go{
        width: 50px;
        font-size: 24px;
        line-height: 32px;
    }
}