html,body {
  background-color:#000;
  font-family: Helvetica, sans-serif;
}

#arbox {
  border-radius: 5px;
  background-color: #FFF;
  width: 95%;
  height: 330px;
  margin-top:50px;
  border: none;
}

#linkbox {
  border-radius: 5px;
  background-color: #FFF;
  width: 95%;
  height: 55px;
  margin-top:20px;
  margin-bottom:20px;
  border: none;
  z-index: 1;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#linktext {
  flex: 1;
  min-width: 0; /* IMPORTANT: allow shrink in flex so gotext stays inside */
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

.text-content {
  display: block;
  margin-left: 10px;
  font-size: 12px;
}

#linkurl {
  color: gray;
  margin-left: -5px;

  /* IMPORTANT: allow long URL to break instead of pushing "Visit" out */
  overflow-wrap: anywhere;
  word-break: break-word; /* fallback */
}

#gotext {
  color: #0a84fe;
  text-align: right;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;

  flex: 0 0 auto; /* optional: prevents shrinking */
}

model-viewer {
  height:100%;
  width:100%;
}

p {
  margin: 20px;
  font-size: 15px;
  width: 330px;
  font-weight: 700;
}

button {
  height: 40px;
  width: 78px;
  background-color: #007aff;
  color: white;
  padding: 0px 10px;
  border: none;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  bottom: 20px;
  right: 20px;
  position: absolute;
  font-family: Arial;
}

button:hover {
  background-color: #0056b3;
}

#buttonwebar {
  bottom: 10px;
}

#buttonar {
  bottom: 60px;
}

#licence {
  color: #A9A9A9;
  margin: 30px;
  font-size: 13px;
}
