@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@1,300&display=swap');

.code {
  background-color: rgb(230, 230, 230);
  white-space: pre;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid rgb(123, 123, 123);
  box-shadow: 3px black;
  margin-left: 27px;
  font-family: 'Google Sans Code', monospace;
  font-style: italic;
  font-size: 14px;
}
#ref {
  margin-top: 150px;
}
.text {
  font-family: 'Times New Roman', Times, serif;
  font-size: medium;
  font-style: normal;
  white-space: pre;
  margin-left: 21px;
}
.desc{
  text-indent: 4px;
  font-weight: 600;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: medium;
  white-space: pre-line;
  margin-left: 21px;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: large;
}
h1 {
  text-indent: 2mm;
  font-size: 50px;
  color: rgb(10, 10, 10);
  margin-left: 10px;
}

h2 {
  white-space: pre;
  text-indent: 5mm;
  margin-top: -35px;
  font-size: 35px;
}


h3 {
  text-indent: 8mm;
  margin-top: 50px;
  font-size: 20px;
}
h4 {
  text-indent: 5mm;
  margin-top: 50px;
  font-size: 20px;
}

html, body {
  margin: 0;
  padding: 10px;
}
canvas {
  border: 6px solid rgba(0, 0, 0, 0.91);
  display: block;
}
button {
  border-color: black;
  cursor:pointer;
  border-radius: 10px;
  padding: 5px 50px;
  font-weight: bolder;
  background-color: rgba(129, 241, 95, 1);
  border-width: 1px;
  border-style: solid;
}
button:hover{
  border-width: 3px;
  padding: 3px 48px;
}
label {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
input[type="number"] {
  width: 100px;
  border: 2px solid rgba(129, 241, 95, 1);
  border-radius: 8px;
  color: #000000ff;
}
a {
  border: 2px solid rgba(0, 0, 0, 1);
  background-color: #aeaeaeff;
  color: black;
  border-radius: 10px;
  white-space: pre-line;
  min-width: fit-content;
  width: 400px;

  
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: larger;
  text-decoration: dotted;

  transition: all 0.3s ease;
}
a:hover{
  margin-bottom: 15px;
  background-color: rgb(222, 222, 222);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
}
.linkCont {
  display: flex;
  gap: 10px;
}
.col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}