/* styles.css 
    scripted by A.D. */

    body {
        font-family: 'Iceberg', sans-serif;
        background-color: #bcc9d1;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        color: #242c31;
    }
    
    .container {
        text-align: center;
        padding: 20px;
    }
    
    .logo {
        width: 60%;
        height: auto;
    }
    
    p {
        font-size: 24px;
        margin: 10px 0 0;
    }
    
    a.mailto {
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #242c31;
        text-decoration: none;
    }
    
    a.mailto:hover {
        color: #2A65FA;
        text-decoration: underline;
    }
    