.main-logo-div{
    display: flex;
    width: 100%;
    height: fit-content;
    justify-content: center;
}

.main-logo-div img{
    height: 200px;
    width: auto;
    margin: 30px auto 30px auto;
}

.main-text{
    width: 85%;
    margin: 45px auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.main-text p:nth-of-type(1) {
    font-size: 1.2em;
    text-align: center;
}

.main-text p:nth-of-type(2) {
    font-size: 1.3em;
    text-align: center;
}

.contact-text{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
    justify-content: center;
    margin: 65px auto 50px auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.text-header{
    font-size: 1.3em;
    text-align: center;
    font-weight: 500;
    width: 100%;
}

.contact-data-div{
    text-align: center;
}

.mail{
    width: 100%;
}

