@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat_static/Montserrat-Medium.ttf');
}


body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #4dbf6d, #2a9d8f, #2d6a4f, #264653);
    font-family: 'Arial', sans-serif;
    color: #ffffff;
}

.container {
    text-align: center;
}


.logo {
    width: 70%;
    height: auto;
    margin-bottom: 50px;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.7));
}


.contact-info h1 {
    font-size: 2.5em;
    margin: 0;
}

.contact-info p {
    font-size: 2em;
    margin: 5px 0;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.contact-info a:hover {
    color: #00bcd4;
    border-bottom: 1px solid #00bcd4;
}
