body {
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  overflow: hidden;
}
p{
  color: #fff0f3;
  margin: 20px;
  padding: 10px;
  width: 50%;
  text-shadow: 2px 2px 3px #481275;
}
a{
  text-decoration-style: dotted;
  color: inherit;
  cursor: pointer;
}
.nanum-brush-script-regular{
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  position: relative;
  left: 25%;
}
a:hover{
  font-style: italic;
}
.centered{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}