h1{
	text-shadow: 2px 2px 3px black;
	color:red;
}
header {
	display: flex;
	flex-direction: row;
	text-align: center;
}


.b {
  padding-bottom: 150px;
  padding-top: 75px;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

.it{
    display: flex;
    width:150px;
    justify-content: center;
    margin: 0 auto;
}
.f a {
    margin: 4px 6px;
    padding: 4px 6px;
    border-radius: 5px;
    color: red;
    border: 3px solid red;
    text-decoration: none; /* Вимикаємо стандартне підкреслення */
    background-color: transparent; /* Прозорий фон для кнопок */
}

.f a:hover{ /* Стилизація при наведенні */
    border: 5px solid red;
    color: white;
    background-color: red;
}
button {
    margin: 4px 6px;
    padding: 4px 6px;
    border-radius: 5px;
    color: red;
    border: 3px solid red;
    background-color: transparent; /* Прозорий фон для кнопок */
    font-size:20px;
}

.create{
    display: flex;
    justify-content:center;
}

.h4{
    text-shadow: 2px 2px 3px black;
	font-size: 20px;
	color:white;
}

button:hover { /* Стилизація при наведенні */
    border: 5px solid red;
    color: white;
    background-color: red;
    font-size:20px;
}

.h3{
    text-shadow: 2px 2px 3px black;
	font-size: 20px;
	color:white;
	margin-left:50px;
}

.h4{
    text-shadow: 2px 2px 3px black;
	font-size: 20px;
	color:white;
	text-align:center;
}

.sl{
    display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-end;
}

.constructor{
    text-align:center;
}

.name_team{
    text-align:center;
}

.options{
    text-align:center;
}

.form{
    display: flex;
    flex-direction:row;
    justify-content:space-around;
}

.options{
    display: block;
}

.a{
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
	margin:0px;
}
.b {
	background: url("../images/fon.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.l{
    font-size: 20px;
	color:white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
}

.eli{
    margin-right: 10px;
}
.h2{
	text-shadow: 2px 2px 3px black;
	font-size: 50px;
	color:white;
	text-align: center;
	padding-top: 200px;
}

.c header{
	font-size: 40px;
	color: white;
}
.c {
	color: white;
}
.qr a{
	font-size: 30px;
	margin: 4px 6px;
	padding: 4px 6px;
	border-radius: 5px;
	color: red;
	border: 3px solid red;
	
}
.qr a{
	text-decoration: none;
}
.qr a:hover {
	border: 5px solid red;
	color: white;
	background-color:red;
}

footer{
    color: white;
    font-size:10px;
}

@media (max-width: 500px) {
  .h2 {
    font-size: 30px;
    padding-top: 100px;
  }

 .a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .qr ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0 auto;
  }

  .qr li {
    list-style: none;
    width: auto;
    text-align: center;
  }

  .qr a {
    font-size: 20px;
    display: inline-block;
    min-width: 160px;
    max-width: 80%;
    margin: 6px auto;
    text-align: center;
    padding: 8px 16px;
    border-width: 2px;
  }
  .a {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .form {
    flex-direction: column;
    gap: 10px;
  }

  .sl {
    flex-direction: column;
    align-items: center;
  }

  .create {
    flex-direction: column;
    align-items: center;
  }

  button, .f a {
    font-size: 18px;
    width: 90%;
    margin: 8px auto;
  }

  .qr a, .f a {
    padding: 6px;
    border-width: 2px;
  }

}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

.main{
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
	font-size: 20px;
    color: white;
}
table{
    color:black
}
h1{
	text-shadow: 2px 2px 3px black;
	font-size: 50px;
	color:red;
}
header {
	display: flex;
	flex-direction: column;
	text-align: center;

}
.l{
    font-size: 15px;
    color: white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
}
}
td{
	padding: 10px;
}
th{
	padding: 10px;
}
.logos{
	display: flex;
	justify-content:space-around;
}
.f a{
	margin: 4px 6px;
	padding: 4px 6px;
	border-radius: 5px;
	color: red;
	border: 3px solid red;
}
.f a {text-decoration: none;}
.f a:hover {
	border: 5px solid red;
	color: white;
	background-color:red;
}
.a{
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
	margin:0px;
}
