.text-container {
    font-weight: 10;
    height: 100%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    display: flex;
    text-align: left;
    flex-direction: column; /* stack items vertically */
    justify-content: center; /* center items horizontally */
    align-items: center; /* center items vertically */
    
}

.text-container h1 {
    align-self: center;
}

.text-container a {
    color: inherit;
}

.text-container b {
    font-weight: 10;
    color: rgb(103, 103, 103);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    
}