h1 {
    text-align: center;
    color: blue;
}

h2 {
    text-align: center;

}

.header-container {
    background-color: gold;
    width: 100%;
    height: auto;
}

.content-container {
    border: 8px solid gold;;
    background-color: blue;
    width: 100%;
    height: auto;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right {
    text-align: left;
    color: white;
    width: 30%;
    height: 50%;
}

.left {
    text-align: center;
    color: white;
    width: 30%;
    height: auto;
}
