body {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

div {
    padding: 2em;
}

.koteopinnot {
    background-color: #002957;
    font-weight: bold;
}

.koteopinnot > p {
    color: white;
}

.koteopinnot > h1 {
    color: white;
}

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #EDE1CE;
}

.item {
    padding: 1em;
}

.opiskelekote, .haekote {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.icon {
    display: flex;
    justify-content: center;
    padding: 0;
}

.box > .item > h3 {
    text-align: center;
}