body, html {
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

* {
box-sizing: border-box;
}

.bg-image {
/* Add the blur effect */
filter: blur(4px);
-webkit-filter: blur(4px);

/* Full height */
height: 100%; 
padding: 55px;
margin: 20px;

/* Center and scale the image nicely */
background-position: center;
background-repeat: repeat;
background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: black;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -10%);
z-index: 2;
width: 90%;
padding: 20px;
text-align: left;
text-align: justify;
}

.main-contianer {
display: flex;
justify-content: left;
}
button {
width: 100px;
}
.button-left {
margin-right: 5rem;
}
.button-right {
margin-left: 5rem;
}

p {
    background-color: rgb(241, 241, 241, 0.6); 
    padding: 5px; 
    border-radius: 5px;
    height: max-content;
    padding-bottom: 5px;
    max-width: 2400px;
    margin-bottom: 1rem;
}

h1 {
  background-color: rgb(241, 241, 241, 0.6);
    padding: 5px; 
    border-radius: 5px;
    height: max-content;
    padding-bottom: 5px;
    
    margin-bottom: 1rem;
}

h2 {
  background-color: rgb(241, 241, 241, 0.6);
    padding: 5px; 
    border-radius: 5px;
    height: max-content;
    padding-bottom: 5px;
    max-width: 2400px;
    margin-bottom: 1rem;
}

h3 {
  background-color: rgb(241, 241, 241, 0.6);
    padding: 5px; 
    border-radius: 5px;
    height: max-content;
    padding-bottom: 5px;
    max-width: 2400px;
    margin-bottom: 1rem;
}

h4 {
  background-color: rgb(241, 241, 241, 0.6);
    padding: 5px; 
    border-radius: 5px;
    height: max-content;
    padding-bottom: 5px;
    max-width: 2400px;
    margin-bottom: 1rem;
}