 body {
        background: #f8f8f8;
        margin: 0;
}

#header {
    height: 100px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    background-color: #16a085;
}

#mainContent {
    position: relative;
}

#footer {
    height: 80px;
    color: #222222;
    line-height: 80px;
    font-size: 18px;
    background-color: #f1f1f1;
}

.content {
    width: 988px;
    margin: 0 auto;
}

#header div.content {
    position: relative;
}

#shared {
    position: absolute;
    right: 0;
}

#shared a {
    color: #444444;
    margin-left: 10px;
    text-decoration: none;
}

#shared a:hover {
    color: white;
}

/* ------------------------ */

#mainPage {
    overflow: auto;
}

#mainPage div.region {
    float: left;
    width: 50%;
}

#mainPage div div {
    height: auto;
    display: flex;
    width: 100%;
}

#mainPage div div textarea {
    margin: 10px auto;
    width: 92%;
    min-height: 300px;
    padding: 8px;
    border-radius: 8px;
    border: #aaaaaa 1px solid;
    color: #666666;
    font-size: 18px;
    resize: none;
}

#mainPage div div textarea, #mainPage div div select:focus {
    outline: none;
}

#mainPage div div select {
    width: 280px;
    height: 32px;
    border-radius: 8px;
    border: #aaaaaa 1px solid;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #16a085;
    /* color: #666666; */
}

#translation {
    height: 48px;
    padding: 0;
    margin: 0;
    width: 380px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #16a085;
    color: white;
    border: none;
    margin: 10px auto;
}

.translation:hover {
    opacity: 0.8;
}