/* Text */

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-container {
    margin: 50px 25px;
}

.subtitle {
    font-size: 25px;
}

.text-container p a {
    color: white;
}

.source {
    font-size: 13.33px;
    font-weight: 300;
}
