.vertical-stack {
    display:flex;
    flex-direction: column;
    align-items:center;
}
.vertical-stack-item{
    height: 100%;
    width: 100%;
}

.alternating-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    width: 100%;
    justify-content: space-between;
}

.midaligned {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#profile {
    background-color:whitesmoke;
    padding: 20px;
    color: #404030;
}

.lightTheme {
    background-color:whitesmoke;
    color: #404030;
}

.darkTheme {
    background-color: #455565;
    color: whitesmoke;
}

#experience {
    background-color: #455565;
    color: whitesmoke;
    padding: 20px;
}


body {
    font-family: sans-serif;
    font-weight: 200;
    font-size: 14px;
    background-color:whitesmoke;
}

h3 {
    font-size: 2em;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}
