body {
  background-color: #ededed;
  background-image: url("https://file.garden/aDlwAYPQOA7S82hG/Untitled136_20250707223701.png");
  background-repeat: repeat;
  background-size: 100px;
  image-opacity: 0.3;
}

h1{
  font-family: monospace;
  color: dimgrey;
  text-align: center;
  margin-right: 13px;
  font-size: 13px;
   position: relative;
    background-color: floralwhite;
    border: 3px solid lightblue;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}


p {
  font-family: monospace;
  font-size: 14px;
  color: black;
  margin-left: 5px;
  position: relative;
}


.head {
  font-family: monospace;
  font-size: 19px;
  color: rgb(31, 31, 31);
  text-wrap-mode: wrap;
}
.start {
  background-color: rgb(153, 153, 255); /* For browsers that do not support gradients */
  background-image: linear-gradient(rgb(255, 255, 204, 0.6) 10%, rgb(204, 255, 255, 0.4) 60%, rgb(153, 153, 255, 0.4));
  border-radius: 3.75px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
  padding: 3px;
  margin-top: 5px;
  font-family: sans-serif;
  text-align: center;
  width: auto;
}

.inf {
  border: 1px solid, aliceblue;
 text-wrap-mode: 60px;
 border-radius: 3px;
 background-color:rgb(153, 153, 255);
 width: 50%;
 margin-left: auto;
margin-right: auto;
text-indent: 20px;
padding-bottom: 2%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-content: center;
  text-wrap-mode: wrap;
  margin-bottom: 2%;
  margin-top: 2.5%;
}

td {
  border: 2px solid rgb(153, 153, 255);
  text-align: left;
  padding: 6px;
}

th {
  margin-top: 1%;
  border: none;
  font-size: 20px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: rgb(153, 153, 255, 0.4);
}

.cont {
  border: 1px solid, aliceblue;
 text-wrap-mode: 60px;
 border-radius: 3px;
 background-color:rgb(230, 230, 255);
 width: 50%;
 margin-left: auto;
margin-right: auto;
}

a:link, a:visited {
  color: #333399;
}

a:hover {
  background-color: #edd850;
}

a:active {
  background-color: yellow;