html {
    font-size: 40px;
    font-family: 'Pirata One', system-ui;
    width: auto;
    background-color: #000000;
    text-align: center;
}

body {
    width: 60%;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #222222;
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 20px;
    border: 5px solid maroon;
    display: inline-block;
    text-align: center;
}

h1 {
    font-size: 60px;
    text-align: center;
    color: #B0FC38;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 5px 5px 1px black;
}

img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

p {
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.75px;
    color: hotpink;
    margin: 0 auto;
}

p_img {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.75px;
    color: #B0FC38;
    text-align: center;
    margin: 0 auto;
}

a:link, a:visited {
    color: #B0FC38;
    background-color: maroon;
    text-decoration: none;
    text-align: center;
    padding: 1px 2px;
}

a:hover, a:active {
    color: hotpink;
    background-color: transparent;
    text-decoration: none;
}

/* find colors here https://www.w3schools.com/cssref/css_colors.php */
/* https://fonts.google.com/?categoryFilters=Feeling:%2FExpressive%2FVintage */

/*
cool ass cross stitch like font
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jacquard+12+Charted&display=swap" rel="stylesheet">

.jacquard-12-charted-regular {
  font-family: "Jacquard 12 Charted", system-ui;
  font-weight: 400;
  font-style: normal;
}
*/