body {
  background: #300606;
  background: linear-gradient(90deg, rgba(48, 6, 6, 1) 0%, rgba(46, 0, 0, 1) 54%, rgba(130, 23, 13, 1) 100%);
}
header {
    text-align: center;
    font-size: 25px;
            color: rgb(255, 255, 255);
            padding: 1px;
            border-bottom: 2px solid #fff;
}
img{
    display: block;
  margin: auto;
  border: 1px black solid;
  width: 25%;
  margin-top: 20px;
}
.button1 {
  background: #974108;
  border-radius: 999px;
  box-shadow: #7c0202 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;

}
.button1:hover{
  color: #ffffff;
  background-color: #cf7c1d;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td{
  text-align: center;
  padding: 20px;
}
.main{
  text-align: center;
  color: #fff;
  font-size: 20px;
}
avatar {
  text-align: center;
  height: 700px;
  width: 500px;
}
.fotky{
  display: flex;              
  justify-content: center;    
          margin: 0 auto; 
}

.img2{
  display: block;
  margin: 0;
  border: 1px black solid;
  width: 700px;
  height: 900px;
  margin-top: 10px
  }
  .main2{
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .table1{
    font-size: 20px;
  }
  .footer1{
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .img3{
    display: block;
    margin: 0;
    border: 1px black solid;
    width: 600px;
    height: 700px;
    margin-top: 10px
    }