@import url('./reset.css');
@import url('./main.css');

body {
    background: url('../media/Group 1948754917 (1).png');
    background-size: cover;
}

.contact {
    margin-top: 100px;
}


.contact .contact__content__left {
    color: var(--text-color);
}
.contact .contact__content__left p:nth-of-type(1) {
    font-size: var(--font-medium);
    font-weight: 700;
}
.contact .contact__content__left span {
  color: var(--sec-color);
  font-size: var(--font-h1);
  font-weight: 700;
}


.welcome__statistics {
    margin-top: 50px;
}