.languageLearningImage img {
    max-width: 50%;
    height: auto;
}

.dimensionPrisonImage {
    max-width: 50%;
    height: auto;
    margin: 2%;
}

.image img {
    max-width: 100%;
}

.imageGroup {
    display: flex;
    flex-direction: row;
}

.center {
    margin: 5% 10% 5% 10%;
    text-align: center;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin: 1%;
}

.navbarItem {
    margin: 1%;
}

h1 {
    font-family: monospace;
}

h2 {
    font-family: monospace;
}

p {
    font-size: 18px;
    font-family: monospace;
}

body {
    background-color: rgb(190, 188, 252);
}