@import url("colors.css");

body {
  background-image: url(assets/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  background-attachment: fixed
}

.container {
  width: 62.5%;
  margin: 0 auto;
  background-color:#fcfff18a;
  padding: 15px;
  border: 3px solid #c4d989c4;
  border-radius: 8px;
  border-style: dotted;
  text-align: center;
  color: rgb(78, 84, 58);
  margin-bottom: 20px;
  margin-top: 20px;
}

.containermain {
  width: 42.5%;
  margin: 0 auto;
  background-color:#fffcf875;
  padding: 15px;
  border: 4px solid #e6f1c7c4;
  border-radius: 8px;
  border-style: dotted;
  text-align: center;
  color:#5e3737ce
}

.column1 {
  float: left;
  width: 10%;
  background-color:#fffcf864;
  padding: 1px;
  margin-left: 18.4%;
  margin-top: 12px;
  border: 2px solid #ffefedc4;
  box-sizing: border-box;
  text-align: center;
}

.columnheader2 {
  float: right;
  width: 10%;
  background-color:#5e3737ce;
  padding: 1px;
  margin-right: 18.4%;
  margin-top: 12px;
  border: 2px solid #ffebebc4;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  color:#f6ffdace
}

.column2 {
  float: right;
  width: 10%;
  background-color:#fffcf864;
  padding: 1px;
  margin-right: 18.4%;
  margin-top: 12px;
  border: 2px solid #ffefedc4;
  box-sizing: border-box;
  text-align: center;
}

.link1 {
  float: right;
  width: 100%;
  background-color:#fff1ec;
  padding: 1px;
  margin-right: 0%;
  margin-top: 0px;
  border: 2px solid #ffefedc4;
  box-sizing: border-box;
  text-align: center;
  background-image: url(assets/polkadotoverlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.link2 {
  float: right;
  width: 100%;
  background-color:#fdfff0f4;
  padding: 1px;
  margin-right: 0%;
  margin-top: 0px;
  border: 2px solid #f2ffd7c4;
  box-sizing: border-box;
  text-align: center;
  background-image: url(assets/polkadotoverlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.nanum-pen-script-regular {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}

large-text {
  font-size: 24px;
}
