/* ������� ����� */
@import "files/basic_style.css";

/* ���������� ��������*/
@import "files/layout_1col.css";
/*@import "files/layout_2col_left.css";*/ 
/*@import "files/layout_2col_right.css";*/

/* �������� ����� */
/*@import "files/color_08_orange.css";*/ 

.diss th, td {
    padding: 5px;
}

.diss .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-direction: column;
    margin: 15px 0px;
}

.diss .heading p{
    padding: 0;
    margin: 0;
}


.diss .title{
    text-transform: uppercase;
}


#interests {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
#interests > div:first-child {
flex: 0 0 70%;
}

#interests > div:last-child {
flex: 0 0 30%;
}

#sport{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#sport img{
    height: 40vh;
    width: auto;
    object-fit: cover;  
}


body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2); 
    color: #2c3e50; 
    margin: 0;
    padding: 0;
    line-height: 1.6;
}


h1, h2, h3, h4 {
    color: #34495e; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); 
}


a {
    color: #3498db; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #2980b9; 
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ecf0f1; 
    border: 1px solid #bdc3c7;
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #bdc3c7;
}

th {
    background: linear-gradient(135deg, #3498db, #2980b9); 
    color: #ffffff; 
    text-transform: uppercase;
}

tr:nth-child(even) {
    background: #f5f7fa;
}

tr:nth-child(odd) {
    background: #ffffff;
}

#header{
    background: linear-gradient(354deg, #d8e0ec, #34495e);
    color: #ecf0f1;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#topblock, #menub{
    background-color: #3b4f64;
}

#donntu a #menub a {
	color: #3498db
}

#donntu a:visited, #menub a {
	color: whitesmoke
}
