body {
    margin: 0;
    background: white;
}

.outer-container {
    display: table;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    text-align: left;
    /* background: #fff; */
    padding: 20px;
    /* border: 1px solid #000; */
}

.langselect {
    font-family: 'Roboto', sans-serif;
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: red;
    border-spacing: 30px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    /* padding: 20px;
    margin: 20px; */
}

.langselect a {
    color: black;
}

.langselect a:hover {
    color: red;
}