@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&display=swap');

body {
    font-family: Oswald, sans-serif;
//    font-family: Manrope, sans-serif;
    font-optical-sizing: auto;
    color: #333;
    margin: 0;
}

.container {
    width: 70%;
    max-width: 900px;
    margin: 30px auto;
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 7px;
	border-width: 1px;
	border-style: solid;
	//border-color: #4a90e2;
	border-color: #a0a0a0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.dekor {
	//border-radius: 15px;
	width: 100%;
	overflow: hidden;
	height:auto;
}
.dekor img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Масштабируем так, чтобы заполнить контейнер, обрезая лишнее */
  object-position: center; /* Центрируем изображение внутри div */
}
header {
    text-align: right;
    background-color: #4a90e2;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background-image: url('net.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

h2 {
    color: #4a90e2;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 5px;
    font-size: 16px;
}

.CKP {
	font-size: 16px;
	font-weight: 300;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

th,
td {
    border: 1px dashed #ccc;
    padding: 5px;
    text-align: left;
    font-weight: 200;
    font-size: 12px
}

th {
    background-color: #4a90e2;
    color: white;
    font-weight: 500;
}

li {
    margin: 8px 0;
	font-size: 14px;
	font-weight: 300;
}

button {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #357abd;
}

#message {
    font-weight: bold;
    color: #4a90e2;
}

footer {
    text-align: center;
    margin-top: 30px;
    color: #4a90e2;
    width: 100%;
	font-size: 10px
}
