body {
  margin: 0;
  padding: 0;
  font-family: 'Lexend', sans-serif;  background-size: cover;
  background-image: url(brunysixlbgv2.gif);
}

header {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 2px 2px #f3f1f1;

}

nav {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}

nav a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
}

nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

section {
  padding: 50px;
  text-align: center;
  font-size: 35px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 2px 2px #000;
}

footer {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  text-shadow: 1px 1px #000;
}

iframe {
  width: 100%;
  height: 900px;
  margin-top: 50px;
}
.input {
  font-family: 'Lexend', sans-serif;
  color: #333;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  border: 2px solid #000;
  width: 90%;
  height: auto;
  display: block;
  transition: all 0.3s;
}

.input:placeholder-shown+.fl {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    text-align: center;
}


 button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    color: white;
    background-color: black;
    border: 2px solid white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: box-shadow 0.3s;
    border-radius: 10px;
}



div {
  text-align: center;
}




div {
  text-align: center;
}

image-container {
    position: relative;
    display: inline-block;
}

image-container img {
    display: block;
    width: 50px; /* Adjust the width as needed */
    height: auto;
    transition: box-shadow 0.3s ease; /* Add smooth transition */
}

image-container img:hover {
    box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.7); /* White inner glow effect */
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

container {
    max-width: 800px; /* Adjust the maximum width as needed */
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

hr.short-centered {
    margin: 0 auto;
    width: 50%;
    height: 2.5px; /* Adjust the height as needed */
    border: none;
    background-color: #ffffff; /* Set the background color */
    position: relative;
}

hr.short-centered::before,
hr.short-centered::after {
    content: '';
    display: inline-block;
    width: 4px; /* Size of the ball */
    height: 4px; /* Size of the ball */
    border-radius: 50%; /* Shape the ball */
    background-color: #ffffff; /* Color of the ball */
    position: absolute;
    top: 50%; /* Position the ball in the middle */
    transform: translateY(-50%); /* Center the ball vertically */
}

hr.short-centered::before {
    left: -5px; /* Position the ball at the beginning */
}

hr.short-centered::after {
    right: -5px; /* Position the ball at the end */
}

p.align-center img {
    display: inline-block;
    width: 200px; /* Adjust width as needed */
    height: 200px; /* Adjust height as needed */
    transition: box-shadow 0.3s; /* Smooth transition for the glow effect */
}

p.align-center img:hover {
    box-shadow: 0 0 10px 5px white; /* White glow effect */
}

.my-div {
    border-left: 10px solid white; /* Adjust the width of the border as needed */
    padding-left: 10px; /* Optional: Add padding to prevent content from touching the border */
}


p.brunys img {
    display: inline-block;
    width: 150px;
    height: 150px;
    transition: box-shadow 0.3s;
}

p.brunys img:hover {
    box-shadow: 0 0 10px 5px white;
}


button {
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  transition: transform 0.1s, box-shadow 0.3s;
}

button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


