body {
    background-color: greenyellow;
    font-family: Arial, sans-serif;
    padding: 20px;
    color: #222;
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    color: darkblue;
}

h2 {
    font-family: 'Times New Roman', Times, serif;
    color: darkred;
}

p {
    font-size: 16px;
    line-height: 1.6;
    background-color: white;
    padding: 10px;
    border-left: 4px solid #ddd;
    margin-bottom: 10px;
    font-family: Verdana, sans-serif;
}

.sangakarra {
  width: 300px;
  height: auto;
  border-radius: 15px;
  display: block;
  margin-bottom: 20px;
}
