body {
    background-color: #616161;
    background-image: url(./9dcc0c36d73afc34ebdb18dc94e62358.0000000.jpg);
}

.full {
    width: 1200px;
    margin: 0 auto;
    height: 1670px;
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #2a343a;
    border-radius: 20px;   
}
header {
    display: flex;
    gap: 200px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    color: rgb(255, 255, 255);
    background-color: #4e595e;
    padding-left: 90px;
    border-radius: 20px;
    margin-bottom: 20px;
}
h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    color: white;
}
h3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    color: white;
    margin-left: 20px;
}
p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    font-size: 14px;
}
.vybor {
    display: flex;
    gap: 100px;
}
img {
    width: 280px;
    height: 400px;
    border: 2px solid white;
    border-radius: 13px;
    display: flex;
}
.box {
    margin-top: 20px;
    width: 1200px;
    height: 400px;
    padding: 20px;
    border-radius: 8px;
    color: white;
}
.boxes-1 {
    display: flex;
    margin-bottom: 20px;
}
.boxes-2 {
    display: flex;
}
.boxes-3 {
    display: flex;
    gap: 20px;
}
button {
    width: 200px;
    height: 50px;
    border-radius: 20px;
    font-size: 17px;
    background-color: #233641;
    color: rgb(255, 255, 255);
}
footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans';
    color: white;
    background-color: #475358;
    width: 1200px;
    height: 50px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.end {
    text-align: center;
}
a {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    border-radius: 20px;
    color: rgb(255, 255, 255);
}
hr {
    border: 5px solid #0f1214;
    margin-bottom: 20px;
}


  
  .button-64 {
    align-items: center;
    background-image: linear-gradient(144deg,#2b4250, #1e2d35 50%,#0a0f13);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(65, 193, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width:140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 70px;
    margin-top: 40px;
  }

  .button-64:active,
  .button-64:hover {
    outline: 0;
  }

  .button-64 span {
    background-color: #2c373d;
    padding: 16px 24px;
    border-radius: 6px;
    width: 75%;
    height: 20%;
    transition: 300ms
  }

  .button-64:hover span {
    background: none;
  }

  @media (min-width: 768px) {
    .button-64 {
      font-size: 16px;
      min-width: 196px;
    }
  }

