@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background: #91E86F;
  color: #fff;
  font-family: "Sour Gummy", sans-serif;
}

a {
 color: #FFC1CB;
}

a:hover {
  color: #8DEC51;
}

table, th, td {
  border: none;
}

img {
  border-radius: 8px;
}

.main {
  width: 700px;
  background: #65C83F;
  padding: 30px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: #40AA2B dashed 5px;
  border-radius: 30px;
}