a:link {
    color: teal;
    text-decoration: none;
}

a:visited {
    color: teal;
}

body {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #0B4C5F;
    margin: 0px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E6E6E6;
    font-family: sans-serif;
    padding: 1rem 1rem 2rem 1rem;
    margin: 1rem 0 0 0;
    border-radius: 10px;
    min-width: 500px;
    max-width: 1200px;
    width: 75%;
}

.top-elems {
    text-align: center;
}

.intro {
}

.content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.imgcontainer {
}

.textcontainer {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

.textcontainer > div {
   margin: 0 2rem 0 2rem;
}
