@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --size-navbar-width: 75px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    font-size: 10px;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.gz-section {
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .375s ease;
    padding-left: var(--size-navbar-width);
    position: relative;
}

.gz-contacts-group {
    text-align: center;
    color: black;
padding-top:230px;
}

.gz-contacts-group h1 {
    font-size: 3rem;
    text-align: center;
}

.gz-contacts-group h3 {
    font-size: 1.5rem;
    text-align: center;
}

.gz-contacts-group p {
    font-size: 1rem;
    text-align: center;
    font-weight: normal;

}