* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body, html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-image: url("/images/background.jpg");
    background-size: cover;
    width: 100vw;
    height: 100vh;
}
.row {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img {
    max-width: 191px;
}
.text {
    color: #344051;
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.146px; /* 198.666% */
    letter-spacing: -0.64px;
}