body{

font-family: 'Patua One', serif;

}

#title {
min-width: 1536px;
max-width: 100%;
height:75px;
text-align: center;
color: rgba(61, 103, 189, 0.9);
font-family: 'Patua One', serif;
font-size: 48px !important;
font-weight: 400;

}

#banner {
display: flex;
justify-content: center;
align-items: center;
background: url("banner1.jpg") no-repeat center;
width: 100%;
min-width: 1024px;
height: 500px;
background-size: cover;
}

#messagebox {
font-family: 'Patua One', serif;
font-size: 48px !important;
font-weight: 400;
width: 35%;
height: 150px;
background-color: rgba(61, 103, 189, 0.9);
color: white;
text-align: center;
}

#messagebox33 {
font-family: 'Patua One', serif;
font-size: 48px !important;
font-weight: 400;
width: 35%;
height: 200px;
background-color: rgba(61, 103, 189, 0.9);
color: white;
text-align: center;
margin: auto;
max-width: fit-content;
 display: flex;
  justify-content: center;
  align-items: center;

}

#banner2 {
background: url("banner2.jpg") no-repeat center;
width: 100%;
min-width: 300px;
height: 255px;
padding: 20px 5px;
}

#bottommessage {
font-family: Lato, arial, sans-serif;
width: 65%;
min-width: 150px;
height: 200px;
text-align: center;
margin:auto;
font-size:26px;
}

#footer {
height: 75px;
width 100%;
background-color: #afafaf;
}
