* {box-sizing: border-box;}

@font-face {
    font-family: 'Candy';
    src: url(/fonts/CANDY.woff);
}

@font-face {
font-family: Montserrat;
src: url("/fonts/Montserrat-Regular.woff");
}

body {background-image: url(dollbox_sx.jpg);
background-color:#dceffd;
background-position:bottom;
background-attachment: fixed;
color:#6c5c81;
font-family:'Montserrat';
}

.container {width:70%;
margin:auto;
background-color:#eeb6cf;
padding:20px;
border:#fbfffd 5px solid;
border-radius: 25px;}

table, tr, td, th {border:1px solid;
text-align: center;}

table {margin:auto;
background-color:#dceffd;
}

h1 {text-align: center; 
font-family:'Candy', 'Arial Black';
font-size:48pt;
font-weight:normal;
margin-bottom:-25px;
text-decoration: underline wavy 3px #baaed2;
}

ul {line-height:1.5}

a {background-color: #f8e771  ;
color:#6c5c81;
font-weight:800;
text-decoration:underline wavy;}