* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: main;
    src: url("../fonts/main.ttf");
}
@font-face {
    font-family: p;
    src: url("../fonts/p.ttf");
}
body {
    background-color: #006778;
    background-image: url("../images/bgimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    user-select: none;
}
.body {
    width: 100%;
    height: auto;
}
.content {
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logo {
    width: 150px;
    height: 150;
    background-color: #ffffff;
    background-image: url("../images/logo.png");
    background-position: center;
    background-size: contain;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.title {
    font-family: main;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    margin-top: 15px;
    padding: 0px 10px;
}
.text {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(0,0,0,0.50);
    font-family: p;
    color: #ffffff;
    text-align: center;
}
.goTo {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 600px) {
    .goTo {
        flex-direction: column !important;
    }
    .goToRight, .goToLeft {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.goToItem {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: p;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
img {
    margin-top: 5px;
}
.goToLeft {
    margin-right: 10px;
}
.goToRight {
    margin-left: 10px;
}
.slogan {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-family: p;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.languages {
    margin: 0 auto;
    padding: 20px;
    height: 5%;
    display: flex;
    flex-direction: row;
}
.language {
    width: 50px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.tr {
    background-image: url("../regions/tr.png");
}
.en {
    background-image: url("../regions/en.png");
}
.de {
    background-image: url("../regions/de.png");
}
.ru {
    background-image: url("../regions/ru.jpg");
}
.fr {
    background-image: url("../regions/fr.jpg");
}
.ar {
    background-image: url("../regions/ar.png");
}
.fa {
    background-image: url("../regions/fa.png");
}