body {
    background-color: rgb(30, 30, 30);
}

.outer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0px;
    left: 0px;
    width: 100%;
}

.container {
    text-align: justify;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    color: white;
    padding: 1%;
    width: 50%;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 500px;
}

h1 {
    text-align: center;
    font-family: 'Cormorant Garamond', sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
    font-weight: normal;
    font-size: 56pt;
    line-height: 1.2;
    margin: 20px;
    margin-left: 0px;
    word-wrap: break-word;
    user-select: none;
}

h2 {
    font-family: 'Cormorant Garamond', sans-serif, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
    font-weight: normal;
    font-size: 32pt;
}

a {
    color: inherit;
    text-decoration: none;
}