body {
    background-color: #FAFAFA;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgb(15, 15, 15);
}

h1 {
    text-align: center;
    font-size: 5em;
    margin-bottom: 10px;
}

h2 {
    font-size: 3.5em;
    margin-bottom: 0;
    text-align: center;
}

#logopmg {
    max-width: 500px;;
}

#container {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    max-width: 90%;
}

a {
    color: rgb(255, 0, 150);
    text-decoration: none;
}

#links {
    text-align: center;
    line-height: 0.8em;
    margin-top: 30px;
    font-size: 2.5em;
}

img {
    max-width: 95%;
}

/* @media (min-width: 900px) {

    img{
        max-width: 400px;
    } 

    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2.1em;
    }
    #links {
        font-size: 1.5em;
    }
} */

