html{
  background-image: url(https://i.postimg.cc/zvmz2RPt/Wiki-background.webp);
  color:#81b8f7;
  width:100%;
  height: 100%;
}

h1 {
  color: #c28ede;
}

a {
  color:#81b8f7;
}

.main {
    width: 60%;
    height: 80%;
    border-width: 7px;
    border-color: #9ccfff;
    border-style: solid;
    border-radius: 2px;
    background-color:#ffecf2;
    padding-bottom: 25px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #9850bf;
}

.header {
  background-image: url('https://i.postimg.cc/BQPf3Cj5/1372532k2hoklrayb.png');
  background-position: top;
  background-size: 25%;
  height:150px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;  
  font-size: 50px;
  color: #c28ede;
  border-bottom: 5px solid #9ccfff;
}

.text {
  left: 50%;
  transform: translate(-50%, -0%);
  position: relative;
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.linkleft {
  background-image: url(https://i.postimg.cc/XYt1d6fY/IMG_1989.png);
  background-color: #e2adff;
  width: 35%;
  margin-left: 5%;
  margin-right: 2.5%;
  padding: 5px;
  height: 250px;
  display: inline-block;
  border-width: 7px;
  border-color: #ff96c5;
  border-style: solid;
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 20px;
  vertical-align: middle;
  color: #51a3f0;
}

.linkright {
  background-image: url(https://i.postimg.cc/XYt1d6fY/IMG_1989.png);
  background-color: #e2adff;
  width: 35%;
  margin-right: 5%;
  margin-left: 2.5%;
  padding: 5px;
  height: 250px;
  display: inline-block;
  border-width: 7px;
  border-color: #ff96c5;
  border-style: solid;
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 20px;
  vertical-align: middle;
  color: #51a3f0;
}