body {
  background-color: white;
  background-attachment: fixed;
  font-family: "Ms UI Gothic";
  font-size: 16px;
  cursor: url("/img/cursor/bugcursor.png"), auto;
}

a:hover, button:hover {
    cursor: url("/img/cursor/bugcursor.png"), pointer;
}

a:hover {
  font-style: italic;
}

a {
  color: #0760ad;
  text-decoration: none;
  letter-spacing: normal;
}

mark { 
  background-color: #d3eef5;
  color: black;
}

::selection {
  color: #162336;
  background-color: #d3eef5;
}

.button {
  background: #a2e2f2;
  background: linear-gradient(180deg, rgba(162, 226, 242, 1) 0%, rgba(91, 198, 222, 1) 47%, rgba(247, 243, 240, 1) 100%);
  border-color: #85b3cc;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  height: 20px;
  width: 80px;
}

.contain1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  height: auto;
  width: 800px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}

h3 {
  margin-bottom: 0;
}

.contain2 {
  display: grid;
  place-items: center;
  padding-top: 50px;
  height: auto; 
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  gap: 20px;
}

#innercontain2 {
  display: grid;
  place-items: center;
  height: auto;   
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  gap: 20px;
}

#innercontain2 img {
  border-color: #3d2b25;
  border-width: 6px;
  border-style: inset;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.row {
    display: flex;
    justify-content: center;
    flex: 25%;
    padding: 8px;
    gap: 8px;
}

.column {
    display: flex;
    flex-direction: column;
    flex: 25%;
    padding: 8px;
    gap: 15px;
}