/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

.button {
    background-color:  rgb(242, 248, 255);
    border-radius: 15px;
    width: 670px;
    height: 33px;
    font-size: larger;
    display:block;
    margin: 0 auto;
}

 .button-container {
        display: flex;
        gap: 0px;
        justify-content: center;
 }  

 a {
    color: rgb(68, 69, 83);
    text-decoration: none;
    text-align: left;
 }

 hr{
    border-top: 3px dashed rgb(64, 64, 171);
 }

 h1 {
    font-size: xx-large;
    font-weight: bold;
    color: rgb(45, 45, 111);
 }

 p {
    font-size: larger;
    color: rgb(74, 74, 121);
 }

 body {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    background-image: url("images/bluestarsbackground.jpg");
}

.whitecontainer {
   border-style: none;
   background-color: rgb(240, 247, 254);
   border-radius: 39px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 25px;
}  


button:hover {
	background-color:rgb(151, 193, 255);
}

.imagenexttomap {
   width: 450px;
   padding-left: 140px; 
   padding-bottom: 25px;
}

.footer {
	font-size: x-small;
	text-align: left;
}