﻿.title-text-container{
    width: 60%;
    display: flex;
    flex-direction: column;
}

.title-text-container h1 {
    margin-bottom: 2rem;
}

.title-text-container p {
    color: white;
    text-align: center;
}