body {
	background-color: #254875;
	color: white;
	font-family: Trebuchet MS, Arial, sans-serif;
	max-width: 1200px;
	min-width:800px;
	margin:0 auto;
}

.title-rectangle {
    position: relative;
	margin: 50px auto 0;
    width: 95%;
    height: 175px;
    background-image: url('angledicons_trans.webp');
    background-size: cover;
	background-color:#C9E8F4;
    background-position: center;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.welcome-text {
	position:absolute;
	bottom:40px;
	left:140px;
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-style: italic;	
}

.title-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url('iconlogo.webp');
    width: 128px;
    height: 128px;
    background-size: contain;
    background-repeat: no-repeat;
	}

.title-text {
    position: absolute;
    top: 10px;
    left: 140px;
    background-image: url('titletext2.webp');
    width: 600px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
	}


.buy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
	height:80px;
    background-image: url('buybutton.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.section-rectangle {
    position: relative;
    width: 90%;
	min-height:150px;
	margin:20px auto;
	background-color:#C9EAF4;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

	font-family: Trebuchet MS, Arial, sans-serif;
	color:#003F80;
    font-weight: bold;
    font-style: italic;
    font-size: 13pt;
}

.section-icon {
    position: absolute;
	top:10px;
	margin : auto 10px;
    width: 217px;
    height: 106px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	color:#003F80;
	}

.footer-rectangle {
    position: relative;
    width: 95%;
	min-height:50px;
	margin:20px auto;
	background-color:#C9E8FF;
    border-radius: 25px;
	color:#003F80;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.shift-right {
	margin-left:225px;
}
