.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 10em;
    color: #E91E63;
}

p {
    font-size: 2em;
    color: #9E9E9E;
}

a {
    font-size: 1em;
    color: #3F51B5;
    text-decoration: none;
}

a:hover {
    color: #E91E63;
}
