/* FONTS */
.imperial-script-regular {
  font-family: "Imperial Script", cursive;
  font-style: normal;
}
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* FORMAT */
body {
    background-color: chartreuse;
}
h1 {
    text-align: center;
    color: #2f3600;
    font-family: "Imperial Script", cursive;
    font-weight: normal;
    font-size: 150px;
    text-shadow: 3px 2px 3px #659f01;
    margin: 0px 0px 40px 0px;
}
p {
    color: #2f3600;
    line-height: 1.5;
    text-indent: 50px;
    font-family: "DotGothic16", sans-serif;
}
#allinfo {
    flex-direction: row; 
    display: flex;
}
.rounded {
    margin: 20px;
    border-radius: 50%;
    border-style: double;
    border-color: antiquewhite;
    border-width: 10px;
}
#homebutton {
    margin: 10px;
    padding: 30px;
}
#mainblock {
    border: 10px solid transparent;
    border-image-source: url(https://i.postimg.cc/GtHss3PC/Pink-Ribbon-Border.png);
    border-image-slice: 100;
    border-image-width: 3;
    border-image-repeat: repeat;
    border-image-outset: 2;
    margin: 25px;
    padding: 17px;
    font-size: 30px;
    background-image: url("https://i.postimg.cc/26jkVHdR/shartonfluff.jpg");
 }
#aside {
    font-size: 20px;
 }