body {
    font-family: Arial, sans-serif;
    background-image: url('background-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    text-align: middle;
    color: white;
}

header {
    /* background-color: #f1f1f1; */
    text-align: left;
    padding: 10px;
}


.image-container {
    text-align: center;
    margin: 20px 0;
	width: 100%;
}

.boys-image {
    max-width: 600px; /* Adjust the width as needed */
	width: 55%;
    height: auto; /* Keeps the aspect ratio intact */
}

.welcome-text {
	max-width: 600px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 30px;
	margin: auto;
	background-color: rgba(0,0,0,.5);
}

.video-container {
    text-align: center;
    margin: 20px 0;
}

video {
    /* max-width: 100%; */
    height: auto;
    width: 55%;
}

.form-container {
    /*width: 55%;*/
    margin: 0 auto;
    /*padding: 20px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
    /*min-width: 300px;*/
	max-width: 700px;
	text-align: center;
}

iframe {
	text-align: center;
	width: 100%;
	height: 1200;
}

form {
    display: flex;
    flex-direction: column;
}

form label, form input, form textarea {
    margin-bottom: 10px;
}

form input, form textarea {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 20%;
}

form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
}

form input[type="submit"]:hover {
    background-color: #45a049;
}


footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px;
    position: scroll;
    /* left: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    color: black;
}

footer p {
    margin: 0;
}

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 20%;
}

.message-box {
    width: auto;
    height: 150px; /* Adjust the height as needed */
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none; /* Optional: allows vertical resizing */
}
