@font-face {
    font-family: "Graphik-regular";
    src: url("../fonts/GraphikLCG-Regular.ttf");
}

.text-shadowed {
    text-shadow: -1px -1px 0 #171717;
}

.graphik-space-black {
    color: #171717;
    font-family: "Graphik-regular";
    font-size: 16px;
}

.graphik-black {
    color: #000;
    font-family: "Graphik-regular";
    font-size: 16px;
}

a {
    text-shadow: -1px -1px 0 #171717;
}

a:hover {
    color: aquamarine;
}

.aquamarine-border {
    border: 2px solid aquamarine;
    border-radius: 5px;
    color: white;
}

.flex-flow {
    display: flex;
    flex: 1;
}

body {
    background-image: url("../img/MegatronWQHD.jpg");
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-attachment:fixed;
}

.side-pict-left {
    background-color: #090909;
    background-position: 63%;
    background-image:
    url(../img/epic\ optimus.jpg);
    background-size: cover;
}

.side-pict-right {
    background-color: #090909;
    background-position: 80%;
    background-image: url(../img/epic\ bumblebee.jpg);
    background-size: cover;
}

.question-block {
    background-color: #b8b8b8cb;
    box-sizing: border-box;
    border: 5px solid #313131;
}

.question {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.answer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.info {
    box-sizing: border-box;
    box-shadow: 1px 1px 3px 0.5px;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    height: 100%;
}

.avatar-wrapper a {
    font-family: "Graphik-regular";
    text-decoration-color: #171717;
    font-size: 30px;
    color: #171717;
}

.avatar-wrapper a:hover {
    color: aquamarine;
}

.avatar {
    display: flex;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid rgb(56, 56, 56);
    border-radius: 10px;

}

.like-icons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 40px;
}

.like-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 150px;
    font-family: "Graphik-regular";
    color: black;
    font-size: 24px;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}   

.text-container {
    width: calc(100% - 170px);
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #171717;
}

.question-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

div.question h2 {
    font-family: "Graphik-regular";
    color: #4d4d4d;
    text-shadow: -1px -1px 0 #000000;
}

.user-card {
    width: 300px;
    height: 80px;
    color: #ffffff;
}

.user-avatar {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 5px;
}

.user-card a {
    color: aquamarine;
}

.user-card a:hover {
font-weight: bolder;
}

.paginator {
    height: 50px;
    padding: 20px;
    width: 100%;
}

.page_btn{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #17171733;
    border: 1px solid #171717;
}

.page_btn:hover {
    border: 2px solid aquamarine;
    border-radius: 5px;
}

.page_btn:active {
    color:aquamarine;
    border: 4px solid aquamarine;
    border-radius: 5px;
}

.etc {
    background-color: #00000000;
    border: none;
}

.etc:hover {
    color: aquamarine;
}

.etc:active {
    text-decoration: underline;
}

.page_btn_select {
    color: aquamarine;
    border: 3px solid aquamarine;
}

.selected_page_btn{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #17171733;
    border: 3px solid aquamarine;
    color: aquamarine;
}

.tag_btn{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #171717;
    color: #171717;
    opacity: 0.7; /* Полупрозрачный фон */
    filter: alpha(Opacity=70); /* Прозрачность в IE */
}

.tag_btn:hover {
    border: 1px solid aquamarine;
    border-radius: 5px;
}

.tag_btn:active {
    color:aquamarine;
    font-weight: bold;
}

.preview {
    box-sizing: border-box;
    box-shadow: 1px 1px 3px 0.5px;
    border: 1px solid gray;
    border-radius: 15px;
    margin-bottom: 10px;
}

.login_btn {
    width: 15%;
    display: flex;
    text-align: center;
    border-radius: 5px;
    background-color: #17171733;
    border: 1px solid #171717;
    color: #171717;
}

.page_content {
    z-index: 1;
}