 /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-3/nat260.cur), auto !important;} /* End https://www.cursors-4u.com */
* {
 box-sizing: border-box;
}      
.container {
display: flex;
overflow: scroll;
overflow-x: hidden;
max-width: 500px;
max-height: 400px;
margin: 200px auto;
border: thick double black;
}

.image {
  flex: 40;
  background-image: url(https://cdn.fireemblemwiki.org/thumb/6/65/FEH_8th_anniversary_Okuma_Yugo.jpg/423px-FEH_8th_anniversary_Okuma_Yugo.jpg?20250203095556);
  background-position: right;
}
.main {
  flex: 60;
}
body {
font-family: 'Nunito', serif;
text-shadow:
    -1px -1px 0 #9ce23d,
     0   -1px 0 #9ce23d,
     1px -1px 0 #9ce23d,
     1px  0   0 #9ce23d,
     1px  1px 0 #9ce23d,
     0    1px 0 #9ce23d,
    -1px  1px 0 #9ce23d,
    -1px  0   0 #9ce23d;
color: #fceaff;
background-image: url(https://www.silenthillmemories.net/sh2_remake/screenshots/pics/silent_hill_2_remake_05.jpg);
background-repeat: no-repeat;
background-size: cover;
}
h1,
p,
text {
margin: 2px;
color: #000000
}
h1 {
text-align: center;
color: black;
font-size: 21px;
letter-spacing: -1px;
margin: -1px;
}
strong {
color: #000000;
}