html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    display: flex;
    flex-direction: column;

    font-size: xx-large;
}

div {
    flex: 1;
    margin: 0px;

    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center;

    font-size: 32vw;
}

div.master {
    background-color: white;
    color: black;
}
div.slave {
    background-color: black;
    color: white;
}
div.langSelector div {
    background-size: cover;
    height: 100%;
}

a {
  color: inherit;
  text-decoration: inherit;
}
