body{
background-image: url("/shrines/precure/smileBG.jpg");
background-size: cover;
background-attachment: fixed;
}

.precure{
border: 1px solid transparent;
border-image: linear-gradient(to top left, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
border-image-slice: 1;
background-image: url("/shrines/precure/healprebg.png");
width: 810px;
max-height: 100%;
padding: 3px;
display: flex;
flex-wrap: wrap; 
}

.preleft, .precenter, .preright{
background: white;
margin: 3px;
border: 2px ridge white;
text-align: left;
}

.preleft{
width: 50%;
overflow: auto;
height: 300px;
padding: 3px;    
}

.preright{
float: right;
width: 370px;
overflow: auto;
height: 303px;
padding: 2px;
}

.precenter{
width: 100%;
padding: 3px;
}