@font-face {
  font-family: dotgothic16;
  src: url(DotGothic16-Regular.woff2);
}

body {
  background-image: url(pink_background.png);
  background-attachment: fixed;
  font-family: "MS Gothic", "MS PGothic", monospace !important;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.main {
  background: white;
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  width: 1200px;
  height: auto;
  
  display: block;
  overflow: hidden;
}

.title {
  font-family: dotgothic16;
  margin-left: 20px;
  margin-top: 0;
  color: #fa8cc6;
  text-shadow:
  3px 3px 0px white,
  -3px -3px 0px white,
  3px -3px 0px white,
  -3px 3px 0px white;
}

.title-wrapper {
  width: 1200px;
  height: 150px;
  background-color: pink;
  border-bottom: 3px solid #fa8cc6;
  
  display: flex;
  align-items: center;
  
  background-image: url(strawberry_banner.jpg);
}

.about-content {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-direction: row-reverse;
}

.paragraph-about-me {
  display: flex;
  justify-content: flex-start;
}

ul li::marker {
  color: #fa8cc6;
  font-size: 1.2em;
  content: "♡ ";
}