* {
    margin: 0;
    padding: 0;
}

html {
    box-shadow: inset 0 0 0px 10000px rgb(0 0 0 / 50%);
    -webkit-box-shadow: inset 0 0 0px 10000px rgb(0 0 0 / 50%);
    -moz-box-shadow: inset 0 0 0px 10000px rgb(0 0 0 / 50%);
    -o-box-shadow: inset 0 0 0px 10000px rgb(0 0 0 / 50%);
}

::selection {
    background: #fece1a;
    color: #000;
}

::-moz-selection {
    background: #fece1a;
    color: #000;
}

body {
    background: url("../images/maxresdefault.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    height: 100vh;
}


/*.shadows {
    box-shadow: 0 0 0px 10000px rgb(0 0 0 / 80%);
    -webkit-box-shadow: 0 0 0px 10000px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0 0 0px 10000px rgb(0 0 0 / 80%);
    -o-box-shadow: 0 0 0px 10000px rgb(0 0 0 / 80%);
}*/

#pagecontent {
    position: fixed;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

#general {
    /*margin-top: 80px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}

#logo {
    background: url("../images/logotrans.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 80px;
    margin: 0 auto;
}

.select {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 420px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 28px;
    font-family: "Open Sans", sans-serif;
}

.select img {
    width: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.select table {
    width: 100%;
    height: 420px;
    border-spacing: 0;
    border-collapse: collapse;
}

.select table tr {
    transition: 0.1s;
}

.select table tr td {
    color: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.select table tr:hover {
    background: #45605b;
    cursor: pointer;
    color: #222 !important;
}

.select table tr:hover>td {
    color: #222;
}

.select a {
    text-decoration: none;
    cursor: pointer;
}

#turkish {
    width: 50%;
    height: 100%;
    float: left;
}

#english {
    width: 50%;
    height: 100%;
    float: left;
}

img {
    border-radius: 100%;
    cursor: pointer;
}

h4 {
    cursor: pointer;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

h5 {
    color: #fece1a;
    font-family: "Open Sans", sans-serif;
}