@import url('https://fonts.googleapis.com/css?family=Montserrat');

.container {
    width: 75%;
    text-align: center;
    margin: auto;
}

h1 {
    color: #212062;
    font-size: 40px;
    font-weight: 1000;
}

#message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
}