@font-face {
  font-family: "GalanoGrotesque-Regular";
  src: url('./fonts/GalanoGrotesqueRegular/font.woff2') format('woff2'), url('./fonts/GalanoGrotesqueRegular/font.woff') format('woff');
}

body {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 8% 19.8%;
    background-size: 130%, cover;
    font-family: "GalanoGrotesque-Regular";
    position:relative;
    text-align: center;
}

.container {
    padding: 2rem;
}

.text-container {
    margin-top: 2rem;
}

.title {
    color: #2034dc;
    font-size: 3rem;
}

.text {
    color: #2034dc;
    font-size: 1.5rem;
}

.mail {
    padding-left: 30rem;
    padding-right: 30rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.one, .two {
    flex: 0 0 50%;
}

a {
    display: block;
}

@media (max-width: 1525px) {
    body {
        background-size: 160%;
        background-attachment: fixed;
    }
    .container {
        margin: 0rem;
    }
    .title {
        font-size: 2.5rem;
    }
    .mail {
        padding-left: 0rem;
        padding-right: 0rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .one, .two {
        margin-top: 1rem;
    }
}

@media (max-width: 1025px) {
    body {
        background-position-y: -50vw;
        background-size: 320%;
        background-attachment: fixed;
    }
    .container {
        padding: 15px;
    }
}

@media (max-width: 481px) {
    .container {
        padding: 5px;
    }
}