   @font-face {
	font-family: Spectral light;
	src: url(â€˜lhttps://oracleo.neocities.org/fonts/Spectral-Light.ttfâ€™);
}
    .header {

  padding: 92px; /* some padding */
  text-align: right; /* center the text */
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Stamp_of_Indonesia_-_1999_-_Colnect_254948_-_Rabbit_Oryctolagus_cuniculus_forma_domestica.jpeg/640px-Stamp_of_Indonesia_-_1999_-_Colnect_254948_-_Rabbit_Oryctolagus_cuniculus_forma_domestica.jpeg");/* green background */
  color: #ffffff; /* white text color */
          
    border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAC7UlEQVR4Xu2dy1bDMAwF6f9/NJRd4izmzNF1S8PtCo5iPcayLCehPL6fn6/D5/H8HH9Py4+6f39e7a1y+/vqL9lLx/eIK4QJoQAtwPX6Al0moEBlybh9htKSSddUa48ylkqWtUf6SH7agH6N04Cp3AZYoFACCjTcRt0eqF3CtARtzbWAyd+pvnF85CD1dbRrk/4pADoYkP14fC83CH2n9adA7w6Ulpxd0nQ91SjyhzKS9NMSpz2A4sM+lBRYByngAl36TpqAAl0ITJfE7YHaXZWAEHCqgdaftL5xfDaAscG77/IFen5iMU6YAg0DtW2KnYBpjaOMIX9eHR/2oXaTSQdYoL0fes4ByrCp3C7Bj8vQKSA7Pn2Sogkie9Z/LIFxhX0u3zdHjlmMGUiPhJqh4YQioLQpkHy3/nfbv8S3O+Dd+gs0/C5Tgd4dKPVxdBZPj6eMm8qnJYjG67M8BUQGafxu+dQ/Gl+gsgQV6JLyBIRWCI2/ZKitiWSAHHy3nPwn+eVeAQVECklO+t8tJ/9JXqCyBBSoTHkCRnKdobamynj+3OUWYIHCFBZoOMcL9NOA0oyRPBxvXB35T3JdQ0khyeMEwgrJf5IXaPvQcEq+GqhN8U/rU3fH19t3vX03KwHN0Bm/y+jtQKcGKN7d+t9t/xLf7oB36y9QuQkQMJLvntBmaHhCNVCaYSu/HNU2B0j2rP/4dl5cYd8PDb/OV6AFeiwLuKTphVt7Fp+WCGsvvYtP/afx+ixPCkleoJTiUl6gEti/z1ACsMqpptmibjOW/J3qG8dHDhboGTEmTIGG/7y7QMNAqebYszBdTzWK/LHv/JM+8pdK3uoP9qFpgwW6EKCiTBNQoAV6+lp6Shj9teuUYZTBVAPtJpnWN47PBjA22O9tCrcVBVqg6n4p9Wm2JlIJsfaoxKTtkT6SYx9aoO6fzRRo+PZkgaaBUk1Iy6kxpppJcnv2TsenG/tpTS3Q5xSqtqHP5bPAKIPvnqE/wJhALfs5GFQAAAAASUVORK5CYII=") 28 /  28px / 0 round;
    border-width:  28px;
    border-style:  solid;
}
  
}
    mark {
  background-color: #4f8319;
  color: #fdf286;
}
/* Increase the font size of the <h1> element */
.header h1 {
    font-family: Spectral light;
  font-size: 63px;
}
    * {
  box-sizing: border-box;
}

/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 30%; /* Set the width of the sidebar */
  background-color: #f6c7c5; /* Grey background color */
  padding: 20px; /* Some padding */
    text-align: center
}

/* Main column */
.main {
  flex: 70%; /* Set the width of the main content */
  background-color: #cae994; /* White background color */
  padding: 20px; /* Some padding */
}
body {
  font-family: Spectral light;
}