body{
            background-image: url(https://file.garden/aMgGdvm3ci9-Y4je/hearzt.jpg); /* the color of this is the 'margins' */
            margin: 0;
            background-size: cover;
            background-repeat: no-repeat;
        }

        a:link{
            color: #0084a5;
            text-decoration: underline
        }
        a:visited{
            color: rgb(97, 97, 97);
            text-decoration-line: line-through;
        }
        .content {
            background-color: rgba(204, 20, 20, 0.842) ; /* color of fake body */
            padding: 0px;
            border: 10px;
            border-style: double;
            border-color: #ffffea;
            
        }
        
        .content1 {
            margin-left: 15px;
            margin-right: 15px;
            background-color: rgb(7, 7, 7) ; /* color of fake body */
            border-style:ridge;
            padding:20px;
            border-color: rgba(0, 0, 0, 0.61);
        }
        .headtent {
            background-color: rgb(88, 1, 1);
            padding: 10px;
        }
        h1 {
          color: #faebd7;
          font-size: 30px;
          text-align: center;
        }
        p{
          color: azure;
          font-size: 25px;
          text-align: center;
          border-style: inset;
          border-top-color:#ffffea00;
          border-bottom-color:#ffffea00;
          border-left-color: rgba(204, 20, 20, 0.842);
          border-right-color: rgba(204, 20, 20, 0.842);
          font-weight: bold;
          background-color: rgb(43, 43, 43);
          margin-top: 0;
        }
        h2 {
          color: azure;
          font-size: 20px;
          text-align: left;
        }