body {
    color: rgb(223, 0, 0);
    font-family: 'Times New Roman', Times, serif;
    background-color: dimgray;
    text-align: center;
    text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
    background-image: url(https://marte.com.pl/images/public/upload/catalog/product/893/minigallery/original_1403030871kebab.jpg);

}
.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

.comic-relief-bold {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}

#main {
    font-family: 'Comic Relief', system-ui;
    background-image: none;
    text-align: justify;
    text-shadow: none;
    background-color: #e6bf55;
    border: 5px solid;
    border-color: #fa9c5f;
    color: black;
    padding: 0px 20px 20px 20px;
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
}
#button {
  text-align: left;
  text-shadow: none;
}